<?php 
 
namespace ContainerMIsbpxQ; 
 
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; 
use Symfony\Component\DependencyInjection\ContainerInterface; 
use Symfony\Component\DependencyInjection\Container; 
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; 
use Symfony\Component\DependencyInjection\Exception\LogicException; 
use Symfony\Component\DependencyInjection\Exception\RuntimeException; 
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag; 
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface; 
 
/** 
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component. 
 */ 
class App_KernelDevDebugContainer extends Container 
{ 
    protected $containerDir; 
    protected $targetDir; 
    protected $parameters = []; 
    private $buildParameters; 
    protected $getService; 
 
    public function __construct(array $buildParameters = [], $containerDir = __DIR__) 
    { 
        $this->getService = \Closure::fromCallable([$this, 'getService']); 
        $this->buildParameters = $buildParameters; 
        $this->containerDir = $containerDir; 
        $this->targetDir = \dirname($containerDir); 
        $this->parameters = $this->getDefaultParameters(); 
 
        $this->services = $this->privates = []; 
        $this->syntheticIds = [ 
            'kernel' => true, 
        ]; 
        $this->methodMap = [ 
            '.container.private.filesystem' => 'get_Container_Private_FilesystemService', 
            '.container.private.profiler' => 'get_Container_Private_ProfilerService', 
            '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService', 
            '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService', 
            '.container.private.serializer' => 'get_Container_Private_SerializerService', 
            '.container.private.session' => 'get_Container_Private_SessionService', 
            '.container.private.twig' => 'get_Container_Private_TwigService', 
            '.container.private.validator' => 'get_Container_Private_ValidatorService', 
            'Slivki\\Services\\BannerService' => 'getBannerServiceService', 
            'Slivki\\Services\\CacheService' => 'getCacheServiceService', 
            'Slivki\\Services\\City\\CityCacheService' => 'getCityCacheServiceService', 
            'Slivki\\Services\\DeviceTypeService' => 'getDeviceTypeServiceService', 
            'Slivki\\Services\\LogFormatter' => 'getLogFormatterService', 
            'Slivki\\Services\\MailingCampaign\\Partner\\PartnerMailingCampaignClickHandler' => 'getPartnerMailingCampaignClickHandlerService', 
            'Slivki\\Services\\Order\\DeliveryLinkDomainGetter' => 'getDeliveryLinkDomainGetterService', 
            'Slivki\\Services\\RTBHouseService' => 'getRTBHouseServiceService', 
            'Slivki\\Services\\Sidebar\\SidebarCacheService' => 'getSidebarCacheServiceService', 
            'Slivki\\Services\\Switcher\\FeatureStateEvaluator' => 'getFeatureStateEvaluatorService', 
            'Slivki\\Services\\Switcher\\ServerFeatureStateManager' => 'getServerFeatureStateManagerService', 
            'Slivki\\Services\\TextCacheService' => 'getTextCacheServiceService', 
            'Slivki\\Services\\UserGetter' => 'getUserGetterService', 
            'cache.app' => 'getCache_AppService', 
            'cache.system' => 'getCache_SystemService', 
            'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService', 
            'data_collector.dump' => 'getDataCollector_DumpService', 
            'doctrine' => 'getDoctrineService', 
            'doctrine.dbal.admin_connection' => 'getDoctrine_Dbal_AdminConnectionService', 
            'doctrine.dbal.site_connection' => 'getDoctrine_Dbal_SiteConnectionService', 
            'doctrine.dbal.subscription_connection' => 'getDoctrine_Dbal_SubscriptionConnectionService', 
            'doctrine.orm.admin_entity_manager' => 'getDoctrine_Orm_AdminEntityManagerService', 
            'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService', 
            'doctrine.orm.subscription_entity_manager' => 'getDoctrine_Orm_SubscriptionEntityManagerService', 
            'event_dispatcher' => 'getEventDispatcherService', 
            'http_kernel' => 'getHttpKernelService', 
            'messenger.default_bus' => 'getMessenger_DefaultBusService', 
            'request_stack' => 'getRequestStackService', 
            'router' => 'getRouterService', 
            'translator' => 'getTranslatorService', 
            'var_dumper.cloner' => 'getVarDumper_ClonerService', 
            'cache_clearer' => 'getCacheClearerService', 
            'filesystem' => 'getFilesystemService', 
            'serializer' => 'getSerializerService', 
            'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService', 
            'form.factory' => 'getForm_FactoryService', 
            'form.type.file' => 'getForm_Type_FileService', 
            'profiler' => 'getProfilerService', 
            'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService', 
            'security.token_storage' => 'getSecurity_TokenStorageService', 
            'twig' => 'getTwigService', 
            'security.password_encoder' => 'getSecurity_PasswordEncoderService', 
            'session' => 'getSessionService', 
            'validator' => 'getValidatorService', 
        ]; 
        $this->fileMap = [ 
            '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService', 
            '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService', 
            '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService', 
            '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService', 
            '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService', 
            'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService', 
            'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService', 
            'Endroid\\QrCode\\Writer\\BinaryWriter' => 'getBinaryWriterService', 
            'Endroid\\QrCode\\Writer\\DebugWriter' => 'getDebugWriterService', 
            'Endroid\\QrCode\\Writer\\EpsWriter' => 'getEpsWriterService', 
            'Endroid\\QrCode\\Writer\\PngWriter' => 'getPngWriterService', 
            'Endroid\\QrCode\\Writer\\SvgWriter' => 'getSvgWriterService', 
            'Slivki\\Controller\\AddBatchCodeForCampaignAction' => 'getAddBatchCodeForCampaignActionService', 
            'Slivki\\Controller\\Admin\\AdminController' => 'getAdminControllerService', 
            'Slivki\\Controller\\Admin\\AdminGiftCertificateController' => 'getAdminGiftCertificateControllerService', 
            'Slivki\\Controller\\Admin\\AdminMailingCampaignTypeController' => 'getAdminMailingCampaignTypeControllerService', 
            'Slivki\\Controller\\Admin\\AdminMainMenuController' => 'getAdminMainMenuControllerService', 
            'Slivki\\Controller\\Admin\\AdminManagerController' => 'getAdminManagerControllerService', 
            'Slivki\\Controller\\Admin\\AdminMarketingController' => 'getAdminMarketingControllerService', 
            'Slivki\\Controller\\Admin\\AdminNoticePopupController' => 'getAdminNoticePopupControllerService', 
            'Slivki\\Controller\\Admin\\AdminNotificationController' => 'getAdminNotificationControllerService', 
            'Slivki\\Controller\\Admin\\AdminOrderController' => 'getAdminOrderControllerService', 
            'Slivki\\Controller\\Admin\\AdminPartnerOfferController' => 'getAdminPartnerOfferControllerService', 
            'Slivki\\Controller\\Admin\\AdminPastOffersController' => 'getAdminPastOffersControllerService', 
            'Slivki\\Controller\\Admin\\AdminPopularCategoryController' => 'getAdminPopularCategoryControllerService', 
            'Slivki\\Controller\\Admin\\AdminSearchController' => 'getAdminSearchControllerService', 
            'Slivki\\Controller\\Admin\\AdminTagController' => 'getAdminTagControllerService', 
            'Slivki\\Controller\\Admin\\Api\\Banner\\AppCategoryBannerPositionAction' => 'getAppCategoryBannerPositionActionService', 
            'Slivki\\Controller\\Admin\\Api\\BeautyMaster\\UpdateBeautyMasterPositionsAction' => 'getUpdateBeautyMasterPositionsActionService', 
            'Slivki\\Controller\\Admin\\Api\\Category\\ActivateInBestOffersCategoryAction' => 'getActivateInBestOffersCategoryActionService', 
            'Slivki\\Controller\\Admin\\Api\\Category\\DeactivateInBestOffersCategoryAction' => 'getDeactivateInBestOffersCategoryActionService', 
            'Slivki\\Controller\\Admin\\Api\\City\\SetCityPositionAction' => 'getSetCityPositionActionService', 
            'Slivki\\Controller\\Admin\\Api\\Coupon\\ActivateCouponAction' => 'getActivateCouponActionService', 
            'Slivki\\Controller\\Admin\\Api\\Coupon\\CreateCouponAction' => 'getCreateCouponActionService', 
            'Slivki\\Controller\\Admin\\Api\\Coupon\\DeactivateCouponAction' => 'getDeactivateCouponActionService', 
            'Slivki\\Controller\\Admin\\Api\\InteriorGallery\\AddMediaToInteriorGalleryAction' => 'getAddMediaToInteriorGalleryActionService', 
            'Slivki\\Controller\\Admin\\Api\\InteriorGallery\\DeleteMediaFromInteriorGalleryAction' => 'getDeleteMediaFromInteriorGalleryActionService', 
            'Slivki\\Controller\\Admin\\Api\\InteriorGallery\\SetInteriorGalleryCategoryPositionAction' => 'getSetInteriorGalleryCategoryPositionActionService', 
            'Slivki\\Controller\\Admin\\Api\\MailingCampaign\\Partner\\CreatePartnerMailingCampaignAction' => 'getCreatePartnerMailingCampaignActionService', 
            'Slivki\\Controller\\Admin\\Api\\MailingCampaign\\Partner\\EditPartnerMailingCampaignAction' => 'getEditPartnerMailingCampaignActionService', 
            'Slivki\\Controller\\Admin\\Api\\MailingCampaign\\Partner\\SendPartnerMailingCampaignAction' => 'getSendPartnerMailingCampaignActionService', 
            'Slivki\\Controller\\Admin\\Api\\MailingCampaign\\Partner\\SendTestPartnerMailingCampaignAction' => 'getSendTestPartnerMailingCampaignActionService', 
            'Slivki\\Controller\\Admin\\Api\\OfferCodePool\\CreateOfferCodePoolAction' => 'getCreateOfferCodePoolActionService', 
            'Slivki\\Controller\\Admin\\Api\\OfferCodePool\\EditOfferCodePoolAction' => 'getEditOfferCodePoolActionService', 
            'Slivki\\Controller\\Admin\\Api\\SlivkiDelivery\\CreateOfferDeliveryZoneAction' => 'getCreateOfferDeliveryZoneActionService', 
            'Slivki\\Controller\\Admin\\Api\\SlivkiDelivery\\DeleteOfferDeliveryZoneAction' => 'getDeleteOfferDeliveryZoneActionService', 
            'Slivki\\Controller\\Admin\\Api\\SlivkiDelivery\\EditOfferDeliverySettingsAction' => 'getEditOfferDeliverySettingsActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\DecreaseUserMoneyBalanceAction' => 'getDecreaseUserMoneyBalanceActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\Employee\\CreateEmployeeAction' => 'getCreateEmployeeActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\Employee\\DeleteEmployeeAction' => 'getDeleteEmployeeActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\IncreaseUserMoneyBalanceAction' => 'getIncreaseUserMoneyBalanceActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\Refund\\RefundUserAction' => 'getRefundUserActionService', 
            'Slivki\\Controller\\Admin\\Api\\User\\UpdateUserDobAction' => 'getUpdateUserDobActionService', 
            'Slivki\\Controller\\Admin\\Api\\VirtualWallet\\DecreaseUserCashbackSlivkiPayBalanceAction' => 'getDecreaseUserCashbackSlivkiPayBalanceActionService', 
            'Slivki\\Controller\\Admin\\Api\\VirtualWallet\\DecreaseUserSlivkiPayBalanceAction' => 'getDecreaseUserSlivkiPayBalanceActionService', 
            'Slivki\\Controller\\Admin\\Api\\VirtualWallet\\IncreaseUserCashbackSlivkiPayBalanceAction' => 'getIncreaseUserCashbackSlivkiPayBalanceActionService', 
            'Slivki\\Controller\\Admin\\Api\\VirtualWallet\\IncreaseUserSlivkiPayBalanceAction' => 'getIncreaseUserSlivkiPayBalanceActionService', 
            'Slivki\\Controller\\Admin\\BannerController' => 'getBannerControllerService', 
            'Slivki\\Controller\\Admin\\Banner\\AppCategoryBanner\\GetAppCategoryBannersAction' => 'getGetAppCategoryBannersActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\EditMobileBannerAction' => 'getEditMobileBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\FiftyPercent\\CreateFiftyPercentBannerAction' => 'getCreateFiftyPercentBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\FiftyPercent\\GetFiftyPercentBannersAction' => 'getGetFiftyPercentBannersActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\GetMobileBannerAction' => 'getGetMobileBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\HundredPercent\\CreateHundredPercentBannerAction' => 'getCreateHundredPercentBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\HundredPercent\\GetHundredPercentBannersAction' => 'getGetHundredPercentBannersActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\Lux\\CreateLuxBannerAction' => 'getCreateLuxBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\CommentsAppBanner\\Lux\\GetLuxBannersAction' => 'getGetLuxBannersActionService', 
            'Slivki\\Controller\\Admin\\Banner\\FloatingMobileBanner\\GetMobileFloatingBannerAction' => 'getGetMobileFloatingBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\FloatingMobileBanner\\GetMobileFloatingBannerPopupAction' => 'getGetMobileFloatingBannerPopupActionService', 
            'Slivki\\Controller\\Admin\\Banner\\FloatingMobileBanner\\GetMobileFloatingBannersAction' => 'getGetMobileFloatingBannersActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\ActivateMobileEntranceBannerAction' => 'getActivateMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\CreateCategoryMobileEntranceBannerAction' => 'getCreateCategoryMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\CreateExternalMobileEntranceBannerAction' => 'getCreateExternalMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\CreateOfferMobileEntranceBannerAction' => 'getCreateOfferMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\DeactivateMobileEntranceBannerAction' => 'getDeactivateMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\DeleteMobileEntranceBannerAction' => 'getDeleteMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\EditCategoryMobileEntranceBannerAction' => 'getEditCategoryMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\EditExternalMobileEntranceBannerAction' => 'getEditExternalMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\EditMobileEntranceBannerPositionAction' => 'getEditMobileEntranceBannerPositionActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\EditOfferMobileEntranceBannerAction' => 'getEditOfferMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\GetMobileEntranceBannerAction' => 'getGetMobileEntranceBannerActionService', 
            'Slivki\\Controller\\Admin\\Banner\\MobileBannerEntrance\\GetMobileEntranceBannersAction' => 'getGetMobileEntranceBannersActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\CreateBatchCodesPlanAction' => 'getCreateBatchCodesPlanActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\EditBatchCodesPlanAction' => 'getEditBatchCodesPlanActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\EditBatchCodesPlanPositionsAction' => 'getEditBatchCodesPlanPositionsActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\GetBatchCodesPlanAction' => 'getGetBatchCodesPlanActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\GetBatchCodesPlansAction' => 'getGetBatchCodesPlansActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\User\\ApplyBatchCodesPlanAction' => 'getApplyBatchCodesPlanActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\User\\RefillBatchCodesAction' => 'getRefillBatchCodesActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\User\\ResetBatchCodesPlanAction' => 'getResetBatchCodesPlanActionService', 
            'Slivki\\Controller\\Admin\\BatchCodes\\User\\SearchCodesForBatchCodesAction' => 'getSearchCodesForBatchCodesActionService', 
            'Slivki\\Controller\\Admin\\BePaid\\ValidateBePaidCredentialsAction' => 'getValidateBePaidCredentialsActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Appointment\\AddYclientCategoryAction' => 'getAddYclientCategoryActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Appointment\\GetOfferAppointmentsAction' => 'getGetOfferAppointmentsActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\EditCertificateBeautyPositionsAction' => 'getEditCertificateBeautyPositionsActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\GetCertificateBeautyAction' => 'getGetCertificateBeautyActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\CreateMasterAction' => 'getCreateMasterActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\EditMasterAction' => 'getEditMasterActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\EditMastersForOfferAction' => 'getEditMastersForOfferActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\GetCategoriesAction' => 'getGetCategoriesActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\GetMasterAction' => 'getGetMasterActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\GetMastersAction' => 'getGetMastersActionService', 
            'Slivki\\Controller\\Admin\\Beauty\\Master\\GetOfferMastersAction' => 'getGetOfferMastersActionService', 
            'Slivki\\Controller\\Admin\\Bonus\\EditBonusAction' => 'getEditBonusActionService', 
            'Slivki\\Controller\\Admin\\Bonus\\GetBonusesAction' => 'getGetBonusesActionService', 
            'Slivki\\Controller\\Admin\\CategoryController' => 'getCategoryControllerService', 
            'Slivki\\Controller\\Admin\\Category\\GetCategoriesForBestOffersSettingsAction' => 'getGetCategoriesForBestOffersSettingsActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\ActivateOfferExtensionOnlineCategoryAction' => 'getActivateOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\CreateOfferExtensionOnlineCategoryAction' => 'getCreateOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\DeactivateOfferExtensionOnlineCategoryAction' => 'getDeactivateOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\EditOfferExtensionOnlineCategoryAction' => 'getEditOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\GetExtensionOnlineCategoriesByOfferAction' => 'getGetExtensionOnlineCategoriesByOfferActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\GetOfferExtensionOnlineCategoriesAction' => 'getGetOfferExtensionOnlineCategoriesActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\GetOfferExtensionOnlineCategoryAction' => 'getGetOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\SortOfferExtensionOnlineCategoryAction' => 'getSortOfferExtensionOnlineCategoryActionService', 
            'Slivki\\Controller\\Admin\\Category\\OfferExtensionOnlineCategory\\SortOfferExtensionOnlineCategoryRelationsAction' => 'getSortOfferExtensionOnlineCategoryRelationsActionService', 
            'Slivki\\Controller\\Admin\\Category\\SearchCategoryAction' => 'getSearchCategoryActionService', 
            'Slivki\\Controller\\Admin\\CityController' => 'getCityControllerService', 
            'Slivki\\Controller\\Admin\\City\\GetCityPositionAction' => 'getGetCityPositionActionService', 
            'Slivki\\Controller\\Admin\\CommentController' => 'getCommentControllerService', 
            'Slivki\\Controller\\Admin\\Comment\\GetCommentsByTypeAction' => 'getGetCommentsByTypeActionService', 
            'Slivki\\Controller\\Admin\\Coupon\\GetCouponsAction' => 'getGetCouponsActionService', 
            'Slivki\\Controller\\Admin\\Dating\\GiftCertificate\\CreateGiftCertificateAction' => 'getCreateGiftCertificateActionService', 
            'Slivki\\Controller\\Admin\\Dating\\GiftCertificate\\DeleteGiftCertificateAction' => 'getDeleteGiftCertificateActionService', 
            'Slivki\\Controller\\Admin\\Dating\\GiftCertificate\\GetGiftCertificateAction' => 'getGetGiftCertificateActionService', 
            'Slivki\\Controller\\Admin\\Dating\\GiftCertificate\\GetGiftCertificatesAction' => 'getGetGiftCertificatesActionService', 
            'Slivki\\Controller\\Admin\\Dating\\GiftCertificate\\SortGiftCertificatesAction' => 'getSortGiftCertificatesActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\CreateGoalAction' => 'getCreateGoalActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\DeleteGoalAction' => 'getDeleteGoalActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\EditGoalAction' => 'getEditGoalActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\GetGoalAction' => 'getGetGoalActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\GetGoalsAction' => 'getGetGoalsActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Goal\\SortGoalsAction' => 'getSortGoalsActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Profile\\GetProfileAction' => 'getGetProfileActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Profile\\GetProfilesAction' => 'getGetProfilesActionService', 
            'Slivki\\Controller\\Admin\\Dating\\Profile\\SetProfileStatusAction' => 'getSetProfileStatusActionService', 
            'Slivki\\Controller\\Admin\\DeliverySchedule\\EditDeliveryScheduleAction' => 'getEditDeliveryScheduleActionService', 
            'Slivki\\Controller\\Admin\\DeliverySchedule\\GetDeliveryScheduleAction' => 'getGetDeliveryScheduleActionService', 
            'Slivki\\Controller\\Admin\\DirectorController' => 'getDirectorControllerService', 
            'Slivki\\Controller\\Admin\\ExternalCodes\\AddExternalCodesAction' => 'getAddExternalCodesActionService', 
            'Slivki\\Controller\\Admin\\ExternalCodes\\ExternalCodesIndexAction' => 'getExternalCodesIndexActionService', 
            'Slivki\\Controller\\Admin\\FlierProductController' => 'getFlierProductControllerService', 
            'Slivki\\Controller\\Admin\\FoodCourt\\EditFoodCourtDishPositionsAction' => 'getEditFoodCourtDishPositionsActionService', 
            'Slivki\\Controller\\Admin\\FoodCourt\\GetFoodCourtDishesAction' => 'getGetFoodCourtDishesActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\ActivateGiftCertificateCategoryAction' => 'getActivateGiftCertificateCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\CreateGiftCertificateCategoryAction' => 'getCreateGiftCertificateCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\DeactivateGiftCertificateCategoryAction' => 'getDeactivateGiftCertificateCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\EditGiftCertificateCategoryAction' => 'getEditGiftCertificateCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\GetAllGiftCertificateCategoriesAction' => 'getGetAllGiftCertificateCategoriesActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\GetGiftCertificateCategoriesAction' => 'getGetGiftCertificateCategoriesActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateCategory\\GetGiftCertificateCategoryAction' => 'getGetGiftCertificateCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\ActivateGiftCertificateGiftCategoryAction' => 'getActivateGiftCertificateGiftCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\CreateGiftCertificateGiftCategoryAction' => 'getCreateGiftCertificateGiftCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\DeactivateGiftCertificateGiftCategoryAction' => 'getDeactivateGiftCertificateGiftCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\EditGiftCertificateGiftCategoryAction' => 'getEditGiftCertificateGiftCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\GetGiftCertificateGiftCategoriesAction' => 'getGetGiftCertificateGiftCategoriesActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificateGiftCategory\\GetGiftCertificateGiftCategoryAction' => 'getGetGiftCertificateGiftCategoryActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GetGiftCertificateAction' => 'getGetGiftCertificateAction2Service', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GetGiftCertificatesByOfferAction' => 'getGetGiftCertificatesByOfferActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\ActivateGiftCertificateGroupAction' => 'getActivateGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\CreateGiftCertificateGroupAction' => 'getCreateGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\DeactivateGiftCertificateGroupAction' => 'getDeactivateGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\DisableGiftCertificatePositionInGroupAction' => 'getDisableGiftCertificatePositionInGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\EditGiftCertificateGroupAction' => 'getEditGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\EnableGiftCertificatePositionInGroupAction' => 'getEnableGiftCertificatePositionInGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\GetGiftCertificateGroupAction' => 'getGetGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\GetGiftCertificateGroupsAction' => 'getGetGiftCertificateGroupsActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\GetGiftCertificatesByGroupAction' => 'getGetGiftCertificatesByGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\GetGroupsByGiftCertificateAction' => 'getGetGroupsByGiftCertificateActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\SortGiftCertificateGroupAction' => 'getSortGiftCertificateGroupActionService', 
            'Slivki\\Controller\\Admin\\GiftCertificate\\GiftCertificateGroup\\SortGiftCertificateInGroupAction' => 'getSortGiftCertificateInGroupActionService', 
            'Slivki\\Controller\\Admin\\InfoPageController' => 'getInfoPageControllerService', 
            'Slivki\\Controller\\Admin\\InteriorGallery\\GetInteriorGalleryOffersByCategoryAction' => 'getGetInteriorGalleryOffersByCategoryActionService', 
            'Slivki\\Controller\\Admin\\MailingCampaignController' => 'getMailingCampaignControllerService', 
            'Slivki\\Controller\\Admin\\MailingCampaign\\GetCategoryBoxAction' => 'getGetCategoryBoxActionService', 
            'Slivki\\Controller\\Admin\\MailingCampaign\\Partner\\GetCreatePartnerMailingCampaignFormAction' => 'getGetCreatePartnerMailingCampaignFormActionService', 
            'Slivki\\Controller\\Admin\\MailingCampaign\\Partner\\GetEditPartnerMailingCampaignFormAction' => 'getGetEditPartnerMailingCampaignFormActionService', 
            'Slivki\\Controller\\Admin\\MailingCampaign\\Partner\\GetPartnerMailingCampaignListAction' => 'getGetPartnerMailingCampaignListActionService', 
            'Slivki\\Controller\\Admin\\MainMenuBannerController' => 'getMainMenuBannerControllerService', 
            'Slivki\\Controller\\Admin\\MainMenu\\EditMainMenuAppFixedPositionAction' => 'getEditMainMenuAppFixedPositionActionService', 
            'Slivki\\Controller\\Admin\\MallController' => 'getMallControllerService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\ActivateMeOnMapCategoryAction' => 'getActivateMeOnMapCategoryActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\ActivateMeOnMapFeaturedCategoryAction' => 'getActivateMeOnMapFeaturedCategoryActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\DeactivateMeOnMapCategoryAction' => 'getDeactivateMeOnMapCategoryActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\DeactivateMeOnMapFeaturedCategoryAction' => 'getDeactivateMeOnMapFeaturedCategoryActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\DeleteCategoryMapPinIconMediaAction' => 'getDeleteCategoryMapPinIconMediaActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\EditMeOnMapCategoryPositionAction' => 'getEditMeOnMapCategoryPositionActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\EditMeOnMapFeaturedCategoryPositionAction' => 'getEditMeOnMapFeaturedCategoryPositionActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\GetMeOnMapCategoriesAction' => 'getGetMeOnMapCategoriesActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\CreateOfferPositionPaidAction' => 'getCreateOfferPositionPaidActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\DeleteOfferPositionPaidAction' => 'getDeleteOfferPositionPaidActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\EditOfferPositionPaidPositionAction' => 'getEditOfferPositionPaidPositionActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\EditOfferPriceOnMapAction' => 'getEditOfferPriceOnMapActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\EditOfferRatingOnMapAction' => 'getEditOfferRatingOnMapActionService', 
            'Slivki\\Controller\\Admin\\MeOnMap\\Offer\\GetOfferPositionPaidAction' => 'getGetOfferPositionPaidActionService', 
            'Slivki\\Controller\\Admin\\MediaTag\\SaveMediaTagAction' => 'getSaveMediaTagActionService', 
            'Slivki\\Controller\\Admin\\Metric\\GetMetricStatisticsByStepAction' => 'getGetMetricStatisticsByStepActionService', 
            'Slivki\\Controller\\Admin\\Metric\\GetMetricStatisticsBySubStepAction' => 'getGetMetricStatisticsBySubStepActionService', 
            'Slivki\\Controller\\Admin\\OfferController' => 'getOfferControllerService', 
            'Slivki\\Controller\\Admin\\OfferExtensionCategoryController' => 'getOfferExtensionCategoryControllerService', 
            'Slivki\\Controller\\Admin\\Offer\\ConnectedOffer\\CreateConnectedOfferAction' => 'getCreateConnectedOfferActionService', 
            'Slivki\\Controller\\Admin\\Offer\\ConnectedOffer\\DeleteConnectedOfferAction' => 'getDeleteConnectedOfferActionService', 
            'Slivki\\Controller\\Admin\\Offer\\ConnectedOffer\\GetAllByOfferAction' => 'getGetAllByOfferActionService', 
            'Slivki\\Controller\\Admin\\Offer\\ConnectedOffer\\SortConnectedOffersAction' => 'getSortConnectedOffersActionService', 
            'Slivki\\Controller\\Admin\\Offer\\FoodDeliveryZone\\GetNewFoodDeliveryZoneAction' => 'getGetNewFoodDeliveryZoneActionService', 
            'Slivki\\Controller\\Admin\\Offer\\FoodOfferExtension\\ActivateFoodOfferExtensionAction' => 'getActivateFoodOfferExtensionActionService', 
            'Slivki\\Controller\\Admin\\Offer\\FoodOfferExtension\\DeactivateFoodOfferExtensionAction' => 'getDeactivateFoodOfferExtensionActionService', 
            'Slivki\\Controller\\Admin\\Offer\\FoodOfferExtension\\DeleteFoodOfferExtensionAction' => 'getDeleteFoodOfferExtensionActionService', 
            'Slivki\\Controller\\Admin\\Offer\\FoodOfferExtension\\HideFoodOfferExtensionAction' => 'getHideFoodOfferExtensionActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\CreateVideoAction' => 'getCreateVideoActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\DeleteVideoAction' => 'getDeleteVideoActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\EditVideoAction' => 'getEditVideoActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\GetVideoGridAction' => 'getGetVideoGridActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\GetVideoNewFormAction' => 'getGetVideoNewFormActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\GetVideoUpdateFormAction' => 'getGetVideoUpdateFormActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GalleryVideo\\UpdateVideoPositionsAction' => 'getUpdateVideoPositionsActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GetCoordinatesAction' => 'getGetCoordinatesActionService', 
            'Slivki\\Controller\\Admin\\Offer\\GetOfferAutocompleteAction' => 'getGetOfferAutocompleteActionService', 
            'Slivki\\Controller\\Admin\\Offer\\OfferDeliveryZoneMedia\\DeleteDeliveryZoneMediaAction' => 'getDeleteDeliveryZoneMediaActionService', 
            'Slivki\\Controller\\Admin\\Offer\\OfferExtensionVisibility\\GetOfferExtensionVisibilitiesAction' => 'getGetOfferExtensionVisibilitiesActionService', 
            'Slivki\\Controller\\Admin\\Offer\\OfferExtensionVisibility\\SaveOfferExtensionVisibilitiesAction' => 'getSaveOfferExtensionVisibilitiesActionService', 
            'Slivki\\Controller\\Admin\\Offer\\OfferMapLogoMedia\\DeleteOfferMapLogoMediaAction' => 'getDeleteOfferMapLogoMediaActionService', 
            'Slivki\\Controller\\Admin\\Offer\\PriceHistory\\GetExtensionPriceHistoryByIdAction' => 'getGetExtensionPriceHistoryByIdActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\ActivateTireAction' => 'getActivateTireActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\CreateTireAction' => 'getCreateTireActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\DeactivateTireAction' => 'getDeactivateTireActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\EditTireAction' => 'getEditTireActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\GetTireAction' => 'getGetTireActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\GetTiresByOfferAction' => 'getGetTiresByOfferActionService', 
            'Slivki\\Controller\\Admin\\Offer\\TireOfferExtension\\SortTireAction' => 'getSortTireActionService', 
            'Slivki\\Controller\\Admin\\OrderManageController' => 'getOrderManageControllerService', 
            'Slivki\\Controller\\Admin\\Order\\Manage\\RevertCodeAction' => 'getRevertCodeActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\CreateGiftOfferAction' => 'getCreateGiftOfferActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\CreatePartnerGiftOfferFormAction' => 'getCreatePartnerGiftOfferFormActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\EditGiftOfferAction' => 'getEditGiftOfferActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\EditGiftOfferPositionsAction' => 'getEditGiftOfferPositionsActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\EditPartnerGiftOfferFormAction' => 'getEditPartnerGiftOfferFormActionService', 
            'Slivki\\Controller\\Admin\\PartnerGiftOffer\\GetGiftOffersAction' => 'getGetGiftOffersActionService', 
            'Slivki\\Controller\\Admin\\SaleController' => 'getSaleControllerService', 
            'Slivki\\Controller\\Admin\\SeoController' => 'getSeoControllerService', 
            'Slivki\\Controller\\Admin\\ServerFeature\\EditServerFeatureAction' => 'getEditServerFeatureActionService', 
            'Slivki\\Controller\\Admin\\ServerFeature\\GetServerFeaturesAction' => 'getGetServerFeaturesActionService', 
            'Slivki\\Controller\\Admin\\SlivkiDelivery\\GetSlivkiDeliveryOffersAction' => 'getGetSlivkiDeliveryOffersActionService', 
            'Slivki\\Controller\\Admin\\SlivkiDelivery\\GetSlivkiDeliveryZoneAction' => 'getGetSlivkiDeliveryZoneActionService', 
            'Slivki\\Controller\\Admin\\StatController' => 'getStatControllerService', 
            'Slivki\\Controller\\Admin\\Stat\\BalanceTransfer\\GetCodesBalanceTransferAction' => 'getGetCodesBalanceTransferActionService', 
            'Slivki\\Controller\\Admin\\Stat\\BalanceTransfer\\GetSlivkiPayBalanceTransferAction' => 'getGetSlivkiPayBalanceTransferActionService', 
            'Slivki\\Controller\\Admin\\Stat\\Code\\GetCodeStatAction' => 'getGetCodeStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\Conversion\\GetConversionByManagerAction' => 'getGetConversionByManagerActionService', 
            'Slivki\\Controller\\Admin\\Stat\\Conversion\\GetConversionByManagersAction' => 'getGetConversionByManagersActionService', 
            'Slivki\\Controller\\Admin\\Stat\\GetPhoneCoverClickStatAction' => 'getGetPhoneCoverClickStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\GetRefundStatAction' => 'getGetRefundStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\GetVirtualWalletStatAction' => 'getGetVirtualWalletStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\GiftCertificate\\RefundGiftCertificateStatAction' => 'getRefundGiftCertificateStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\MailingCampaign\\GetPartnerMailingCampaignStatisticAction' => 'getGetPartnerMailingCampaignStatisticActionService', 
            'Slivki\\Controller\\Admin\\Stat\\OfferMetric\\GetOfferMetricStatAction' => 'getGetOfferMetricStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\OnlinePayment\\GetOnlinePaymentMethodsStatAction' => 'getGetOnlinePaymentMethodsStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\OnlinePayment\\GetOnlinePurchasesAction' => 'getGetOnlinePurchasesActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchaseByOfferAction' => 'getPurchaseByOfferActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchaseByOfferAppAction' => 'getPurchaseByOfferAppActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchaseByOfferCsvAction' => 'getPurchaseByOfferCsvActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchasesByManagerAction' => 'getPurchasesByManagerActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchasesByManagerOffersAction' => 'getPurchasesByManagerOffersActionService', 
            'Slivki\\Controller\\Admin\\Stat\\PurchasesByPaymentMethodAction' => 'getPurchasesByPaymentMethodActionService', 
            'Slivki\\Controller\\Admin\\Stat\\TireScheduleAction' => 'getTireScheduleActionService', 
            'Slivki\\Controller\\Admin\\Stat\\UserBalanceDebtStatAction' => 'getUserBalanceDebtStatActionService', 
            'Slivki\\Controller\\Admin\\Stat\\User\\Registration\\GetUserRegistrationsStatAction' => 'getGetUserRegistrationsStatActionService', 
            'Slivki\\Controller\\Admin\\Stories\\GetStoriesStatisticsAction' => 'getGetStoriesStatisticsActionService', 
            'Slivki\\Controller\\Admin\\Stories\\StoriesAdminController' => 'getStoriesAdminControllerService', 
            'Slivki\\Controller\\Admin\\Stories\\StoriesCategoryAdminController' => 'getStoriesCategoryAdminControllerService', 
            'Slivki\\Controller\\Admin\\Tag\\CreateOfferTagAction' => 'getCreateOfferTagActionService', 
            'Slivki\\Controller\\Admin\\Tag\\CreateSaleTagAction' => 'getCreateSaleTagActionService', 
            'Slivki\\Controller\\Admin\\Tag\\DeleteOfferTagAction' => 'getDeleteOfferTagActionService', 
            'Slivki\\Controller\\Admin\\Tag\\DeleteSaleTagAction' => 'getDeleteSaleTagActionService', 
            'Slivki\\Controller\\Admin\\Tag\\GetOfferTagsAction' => 'getGetOfferTagsActionService', 
            'Slivki\\Controller\\Admin\\Tag\\GetSaleTagsAction' => 'getGetSaleTagsActionService', 
            'Slivki\\Controller\\Admin\\Tag\\GetTagAutocompleteAction' => 'getGetTagAutocompleteActionService', 
            'Slivki\\Controller\\Admin\\UserController' => 'getUserControllerService', 
            'Slivki\\Controller\\Admin\\User\\BonusBalanceActivity\\GetUserBonusBalanceActivities' => 'getGetUserBonusBalanceActivitiesService', 
            'Slivki\\Controller\\Admin\\User\\Employee\\GetCompanyEmployeesAction' => 'getGetCompanyEmployeesActionService', 
            'Slivki\\Controller\\Admin\\User\\Subscription\\RefillUserSubscriptionCodeAction' => 'getRefillUserSubscriptionCodeActionService', 
            'Slivki\\Controller\\Admin\\User\\Subscription\\SearchUserSubscriptionCodeAction' => 'getSearchUserSubscriptionCodeActionService', 
            'Slivki\\Controller\\Admin\\User\\Subscription\\SubtractCodesAction' => 'getSubtractCodesActionService', 
            'Slivki\\Controller\\Api\\Comment\\DeleteVoiceMessageAction' => 'getDeleteVoiceMessageActionService', 
            'Slivki\\Controller\\Api\\Coupon\\ApplyCouponAction' => 'getApplyCouponActionService', 
            'Slivki\\Controller\\Api\\Coupon\\GetOrderPriceWithCouponAction' => 'getGetOrderPriceWithCouponActionService', 
            'Slivki\\Controller\\Api\\GiftCertificate\\RefundGiftCertificateAction' => 'getRefundGiftCertificateActionService', 
            'Slivki\\Controller\\Api\\GiftSubscription\\CancelSubscriptionAction' => 'getCancelSubscriptionActionService', 
            'Slivki\\Controller\\Api\\Internal\\Comment\\GetVoiceMessagesAction' => 'getGetVoiceMessagesActionService', 
            'Slivki\\Controller\\Api\\Internal\\Comment\\UpdateCommentTranscriptionAction' => 'getUpdateCommentTranscriptionActionService', 
            'Slivki\\Controller\\Api\\Internal\\User\\GetUsersAction' => 'getGetUsersActionService', 
            'Slivki\\Controller\\Api\\Offer\\GetOffersByGiftCertificateFilterAction' => 'getGetOffersByGiftCertificateFilterActionService', 
            'Slivki\\Controller\\Api\\Offer\\GetOffersDynamicDataAction' => 'getGetOffersDynamicDataActionService', 
            'Slivki\\Controller\\Api\\Offer\\Metric\\CreateOfferMetricAction' => 'getCreateOfferMetricActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Offer\\SuggestAddressAction' => 'getSuggestAddressActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\BuyFastCertificateAction' => 'getBuyFastCertificateActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\GetOrderStatusAction' => 'getGetOrderStatusActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeBalanceMethodAction' => 'getBuyCodeBalanceMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeBatchCodesMethodAction' => 'getBuyCodeBatchCodesMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeBepaidCheckoutMethodAction' => 'getBuyCodeBepaidCheckoutMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeBepaidPaymentMethodAction' => 'getBuyCodeBepaidPaymentMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeClickWithRedirectPaymentMethodAction' => 'getBuyCodeClickWithRedirectPaymentMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeEripMethodAction' => 'getBuyCodeEripMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeOperatorMethodAction' => 'getBuyCodeOperatorMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeOplatiPaymentMethodAction' => 'getBuyCodeOplatiPaymentMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodePaymePaymentMethodAction' => 'getBuyCodePaymePaymentMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Payment\\Method\\BuyCodeSubscriptionMethodAction' => 'getBuyCodeSubscriptionMethodActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetGeoLocationsAction' => 'getGetGeoLocationsActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetNearestTimeAction' => 'getGetNearestTimeActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetOfferDailyStatisticAction' => 'getGetOfferDailyStatisticActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetReviewsAction' => 'getGetReviewsActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetVendorAction' => 'getGetVendorActionService', 
            'Slivki\\Controller\\Api\\OnlineOrder\\Vendor\\GetVendorStatisticAction' => 'getGetVendorStatisticActionService', 
            'Slivki\\Controller\\Api\\Partner\\Code\\RevertCodeAction' => 'getRevertCodeAction2Service', 
            'Slivki\\Controller\\Api\\Partner\\Code\\UseCodeAction' => 'getUseCodeActionService', 
            'Slivki\\Controller\\Api\\Partner\\WorkExample\\CreateWorkExampleAction' => 'getCreateWorkExampleActionService', 
            'Slivki\\Controller\\Api\\Partner\\WorkExample\\DeleteWorkExampleAction' => 'getDeleteWorkExampleActionService', 
            'Slivki\\Controller\\Api\\Partner\\WorkExample\\EditWorkExampleAction' => 'getEditWorkExampleActionService', 
            'Slivki\\Controller\\Api\\Profile\\Balance\\BalanceTransferAction' => 'getBalanceTransferActionService', 
            'Slivki\\Controller\\Api\\Profile\\VirtualWallet\\TransferSlivkiPayBalanceAction' => 'getTransferSlivkiPayBalanceActionService', 
            'Slivki\\Controller\\Api\\Scheduler\\GetGeoLocationSchedulerAction' => 'getGetGeoLocationSchedulerActionService', 
            'Slivki\\Controller\\Api\\Tire\\CreateTireOrderAction' => 'getCreateTireOrderActionService', 
            'Slivki\\Controller\\Api\\V1\\Feature\\GetBeteraAction' => 'getGetBeteraActionService', 
            'Slivki\\Controller\\Api\\V1\\GetMainMenuAction' => 'getGetMainMenuActionService', 
            'Slivki\\Controller\\Api\\V1\\SendPartnerGiftOfferEmailAction' => 'getSendPartnerGiftOfferEmailActionService', 
            'Slivki\\Controller\\Api\\VirtualWallet\\Method\\ReplenishVirtualWalletAction' => 'getReplenishVirtualWalletActionService', 
            'Slivki\\Controller\\Authorization\\SendPhoneNumberCodeAction' => 'getSendPhoneNumberCodeActionService', 
            'Slivki\\Controller\\Beauty\\GetCertificatesBeautyAction' => 'getGetCertificatesBeautyActionService', 
            'Slivki\\Controller\\Beauty\\GetMasterAction' => 'getGetMasterAction2Service', 
            'Slivki\\Controller\\Beauty\\GetOffersBeautyAction' => 'getGetOffersBeautyActionService', 
            'Slivki\\Controller\\Companies\\GetPartnerGiftOffersAction' => 'getGetPartnerGiftOffersActionService', 
            'Slivki\\Controller\\DefaultController' => 'getDefaultControllerService', 
            'Slivki\\Controller\\Delivery\\IncreaseDeliveryFilterCounterAction' => 'getIncreaseDeliveryFilterCounterActionService', 
            'Slivki\\Controller\\DirectorApiController' => 'getDirectorApiControllerService', 
            'Slivki\\Controller\\DirectorController' => 'getDirectorController2Service', 
            'Slivki\\Controller\\ExportController' => 'getExportControllerService', 
            'Slivki\\Controller\\External\\Feed\\BelmetaFeedAction' => 'getBelmetaFeedActionService', 
            'Slivki\\Controller\\FoodCourt\\GetFoodCourtDishDeliveryAction' => 'getGetFoodCourtDishDeliveryActionService', 
            'Slivki\\Controller\\FoodCourt\\GetFoodCourtDishPickupAction' => 'getGetFoodCourtDishPickupActionService', 
            'Slivki\\Controller\\FoodCourt\\GetOffersFoodCourtAction' => 'getGetOffersFoodCourtActionService', 
            'Slivki\\Controller\\FoodCourt\\GetRestofestOffersFoodCourtAction' => 'getGetRestofestOffersFoodCourtActionService', 
            'Slivki\\Controller\\FrontDemoController' => 'getFrontDemoControllerService', 
            'Slivki\\Controller\\GetAppLinkAction' => 'getGetAppLinkActionService', 
            'Slivki\\Controller\\GiftCertificatesController' => 'getGiftCertificatesControllerService', 
            'Slivki\\Controller\\Gift\\GetGiftCertificateAction' => 'getGetGiftCertificateAction3Service', 
            'Slivki\\Controller\\IikoOrderController' => 'getIikoOrderControllerService', 
            'Slivki\\Controller\\InfobotController' => 'getInfobotControllerService', 
            'Slivki\\Controller\\InstallmentController' => 'getInstallmentControllerService', 
            'Slivki\\Controller\\LiveSales\\ShowLiveSalesAction' => 'getShowLiveSalesActionService', 
            'Slivki\\Controller\\MailingCampaign\\Partner\\GetPartnerMailingCampaignPixelAction' => 'getGetPartnerMailingCampaignPixelActionService', 
            'Slivki\\Controller\\MailingController' => 'getMailingControllerService', 
            'Slivki\\Controller\\MallController' => 'getMallController2Service', 
            'Slivki\\Controller\\Map\\ShowMapAction' => 'getShowMapActionService', 
            'Slivki\\Controller\\MobileApi\\CommentController' => 'getCommentController2Service', 
            'Slivki\\Controller\\MobileApi\\CompanyController' => 'getCompanyControllerService', 
            'Slivki\\Controller\\MobileApi\\DefaultController' => 'getDefaultController2Service', 
            'Slivki\\Controller\\MobileApi\\DishesController' => 'getDishesControllerService', 
            'Slivki\\Controller\\MobileApi\\GiftCertificateController' => 'getGiftCertificateControllerService', 
            'Slivki\\Controller\\MobileApi\\MobileApiController' => 'getMobileApiControllerService', 
            'Slivki\\Controller\\MobileApi\\OfferController' => 'getOfferController2Service', 
            'Slivki\\Controller\\MobileApi\\OnlineOrderController' => 'getOnlineOrderControllerService', 
            'Slivki\\Controller\\MobileApi\\PartnerController' => 'getPartnerControllerService', 
            'Slivki\\Controller\\MobileApi\\Partner\\DeleteUserAction' => 'getDeleteUserActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\GetPartnerInfoAction' => 'getGetPartnerInfoActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\History\\GetCertificateHistoryAction' => 'getGetCertificateHistoryActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\History\\GetCodeHistoryAction' => 'getGetCodeHistoryActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\History\\GetOnlineOrderHistoryAction' => 'getGetOnlineOrderHistoryActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\OfferCode\\UnuseCodeAction' => 'getUnuseCodeActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\OfferCode\\UseCodeAction' => 'getUseCodeAction2Service', 
            'Slivki\\Controller\\MobileApi\\Partner\\Offer\\Comment\\AddOfferCommentAction' => 'getAddOfferCommentActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Offer\\Comment\\GetOfferCommentsAction' => 'getGetOfferCommentsActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Offer\\Comment\\SetOfferCommentSeenByPartnerAction' => 'getSetOfferCommentSeenByPartnerActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Order\\GetParnerOnlineOrderLiveAction' => 'getGetParnerOnlineOrderLiveActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Order\\GetPartnerOnlineOrderLiveAction' => 'getGetPartnerOnlineOrderLiveActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Order\\UpdateOrderPartnerStatusAction' => 'getUpdateOrderPartnerStatusActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Order\\UpdateOrderStatusAction' => 'getUpdateOrderStatusActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Security\\LoginAction' => 'getLoginActionService', 
            'Slivki\\Controller\\MobileApi\\Partner\\Security\\SendLoginCodeAction' => 'getSendLoginCodeActionService', 
            'Slivki\\Controller\\MobileApi\\PaymentController' => 'getPaymentControllerService', 
            'Slivki\\Controller\\MobileApi\\SearchController' => 'getSearchControllerService', 
            'Slivki\\Controller\\MobileApi\\ShippingSchedulerController' => 'getShippingSchedulerControllerService', 
            'Slivki\\Controller\\MobileApi\\UserController' => 'getUserController2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Banner\\GetMobileEntranceBannersAction' => 'getGetMobileEntranceBannersAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\BatchCodesPlan\\GetBatchCodesPlansActions' => 'getGetBatchCodesPlansActionsService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Appointment\\GetAppointmentFilterAction' => 'getGetAppointmentFilterActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Appointment\\GetAppointmentForOfferAction' => 'getGetAppointmentForOfferActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Appointment\\SearchAvailableAppointmentWithOfferInfoAction' => 'getSearchAvailableAppointmentWithOfferInfoActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Category\\GetMastersAction' => 'getGetMastersAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Category\\GetMastersWithFilterAction' => 'getGetMastersWithFilterActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Certificate\\GetCertificateBeautyAction' => 'getGetCertificateBeautyAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Comment\\AddMasterCommentAction' => 'getAddMasterCommentActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Comment\\GetMasterCommentsAction' => 'getGetMasterCommentsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Comment\\GetMasterRatingsAction' => 'getGetMasterRatingsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\GetMasterAction' => 'getGetMasterAction3Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Master\\GetTopMastersAction' => 'getGetTopMastersActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Offer\\GetMastersAction' => 'getGetMastersAction3Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Offer\\GetMastersWithFilterAction' => 'getGetMastersWithFilterAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Offer\\GetOffersBeautyAction' => 'getGetOffersBeautyAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Beauty\\Offer\\GetWorkExampleOfMasterAction' => 'getGetWorkExampleOfMasterActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Bonus\\GetBonusesAction' => 'getGetBonusesAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Category\\Rating\\GetCategoryRatingAction' => 'getGetCategoryRatingActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Comment\\ClaimCommentAction' => 'getClaimCommentActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Comment\\DeleteVoiceMessageAction' => 'getDeleteVoiceMessageAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Comment\\GetCommentsAction' => 'getGetCommentsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Comment\\UploadCommentImageAction' => 'getUploadCommentImageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Comment\\UploadVoiceMessageAction' => 'getUploadVoiceMessageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Company\\GetPartnerGiftOffersAction' => 'getGetPartnerGiftOffersAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Company\\SendPartnerGiftOfferEmailAction' => 'getSendPartnerGiftOfferEmailAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Coupon\\ApplyCouponAction' => 'getApplyCouponAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Coupon\\GetOrderPriceWithCouponAction' => 'getGetOrderPriceWithCouponAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Avatar\\DeleteAvatarAction' => 'getDeleteAvatarActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Avatar\\UploadAvatarAction' => 'getUploadAvatarActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\CreateChatAction' => 'getCreateChatActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\DeleteChatAction' => 'getDeleteChatActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\DeleteMessageAction' => 'getDeleteMessageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\GetChatsAction' => 'getGetChatsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\GetMessagesAction' => 'getGetMessagesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\ReadMessagesAction' => 'getReadMessagesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Chat\\SendMessageAction' => 'getSendMessageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\CreateProfileAction' => 'getCreateProfileActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\CreateProfileLikeAction' => 'getCreateProfileLikeActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\DeleteProfileAction' => 'getDeleteProfileActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\DeleteProfileImageAction' => 'getDeleteProfileImageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\DeleteProfileLikeAction' => 'getDeleteProfileLikeActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\EditAboutAction' => 'getEditAboutActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\EditProfileAction' => 'getEditProfileActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetCertificatesAction' => 'getGetCertificatesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetProfileAction' => 'getGetProfileAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetProfileLikedAction' => 'getGetProfileLikedActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetProfileLikesAction' => 'getGetProfileLikesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetProfilesAction' => 'getGetProfilesAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\GetSettingsAction' => 'getGetSettingsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\Gift\\GetGiftsAction' => 'getGetGiftsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\RemoveProfileAction' => 'getRemoveProfileActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\RestoreProfileAction' => 'getRestoreProfileActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\SortProfileImagesAction' => 'getSortProfileImagesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\UpdateProfileLocationPointAction' => 'getUpdateProfileLocationPointActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Dating\\UploadProfileImageAction' => 'getUploadProfileImageActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Deposit\\Method\\ReplenishBalanceMtsMoneyAction' => 'getReplenishBalanceMtsMoneyActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Deposit\\Method\\ReplenishBalanceOperatorAction' => 'getReplenishBalanceOperatorActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Deposit\\Method\\ReplenishBalanceSmsIpayAction' => 'getReplenishBalanceSmsIpayActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\Category\\GetBeyondMinskRingRoadDeliveryCategories' => 'getGetBeyondMinskRingRoadDeliveryCategoriesService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\Category\\GetCategoriesAction' => 'getGetCategoriesAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\GetDeliveryFoodCourtDishAction' => 'getGetDeliveryFoodCourtDishActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\GetFoodCourtSettingsAction' => 'getGetFoodCourtSettingsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\GetLogosFoodCourtAction' => 'getGetLogosFoodCourtActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\GetPickupFoodCourtDishAction' => 'getGetPickupFoodCourtDishActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\MeOnMap\\GetGeoLocationInfoAction' => 'getGetGeoLocationInfoActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\MeOnMap\\GetPickupGeoLocationAction' => 'getGetPickupGeoLocationActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\Offer\\GetOffersAction' => 'getGetOffersActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\FoodCourt\\Offer\\GetRestofestOffersAction' => 'getGetRestofestOffersActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\GetDeeplinkAction' => 'getGetDeeplinkActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\GetTopCategoriesAction' => 'getGetTopCategoriesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\GiftCertificate\\GetGiftCertificateAllCategoriesAction' => 'getGetGiftCertificateAllCategoriesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\GiftCertificate\\GetGiftCertificateCategoriesAction' => 'getGetGiftCertificateCategoriesAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\GiftCertificate\\GetOfferGiftCertificatesAction' => 'getGetOfferGiftCertificatesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\GiftCertificate\\RefundGiftCertificateAction' => 'getRefundGiftCertificateAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\GiftSubscription\\CancelSubscriptionAction' => 'getCancelSubscriptionAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Gift\\GetGiftCategoriesAction' => 'getGetGiftCategoriesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Gift\\GetGiftCertificatesAction' => 'getGetGiftCertificatesAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\InteriorGallery\\GetInteriorGalleriesByCategoryAction' => 'getGetInteriorGalleriesByCategoryActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\LiveSales\\GetLiveSalesAction' => 'getGetLiveSalesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetCategoriesWithGeoLocationAction' => 'getGetCategoriesWithGeoLocationActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetGeoLocationsAction' => 'getGetGeoLocationsAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetOffersAction' => 'getGetOffersAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\MeOnMap\\GetStatAction' => 'getGetStatActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\GetOfferByIdsAction' => 'getGetOfferByIdsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\GetYandexPromocodeAction' => 'getGetYandexPromocodeActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\Metric\\CreateOfferMetricAction' => 'getCreateOfferMetricAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\SendCallbackRequestAction' => 'getSendCallbackRequestActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\SuggestAddressAction' => 'getSuggestAddressAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Offer\\User\\Comment\\GetRatingAction' => 'getGetRatingActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\GetOfferPickupAddressesAction' => 'getGetOfferPickupAddressesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\GetUserAddressAction' => 'getGetUserAddressActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\GetUserAddressGiftAction' => 'getGetUserAddressGiftActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\GiftCertificate\\BuyFastCertificateAction' => 'getBuyFastCertificateAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\GiftCertificate\\EditGiftCertificateOnlineOrderAction' => 'getEditGiftCertificateOnlineOrderActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\Vendor\\GetExtensionsAction' => 'getGetExtensionsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\OnlineOrder\\Vendor\\GetNearestTimeAction' => 'getGetNearestTimeAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\BuyBatchCodesPlanAction' => 'getBuyBatchCodesPlanActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\BuyCodePaymentMethodAction' => 'getBuyCodePaymentMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\GetCodePurchaseInfoAction' => 'getGetCodePurchaseInfoActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\GetOrderOplatiStatusAction' => 'getGetOrderOplatiStatusActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeBalanceMethodAction' => 'getBuyCodeBalanceMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeBatchCodesMethodAction' => 'getBuyCodeBatchCodesMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeBepaidCheckoutMethodAction' => 'getBuyCodeBepaidCheckoutMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeBepaidPaymentMethodAction' => 'getBuyCodeBepaidPaymentMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeClickWithRedirectPaymentMethodAction' => 'getBuyCodeClickWithRedirectPaymentMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeEripMethodAction' => 'getBuyCodeEripMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeFreeMethodAction' => 'getBuyCodeFreeMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeMtsMoneyMethodAction' => 'getBuyCodeMtsMoneyMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeOperatorMethodAction' => 'getBuyCodeOperatorMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeOplatiMethodAction' => 'getBuyCodeOplatiMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodePaymeMerchantPaymentMethodAction' => 'getBuyCodePaymeMerchantPaymentMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeSmsIpayMethodAction' => 'getBuyCodeSmsIpayMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\Method\\BuyCodeSubscriptionMethodAction' => 'getBuyCodeSubscriptionMethodAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\CheckoutPromoCodeOnlineAction' => 'getCheckoutPromoCodeOnlineActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayOnlineOrderBalanceMethodAction' => 'getPayOnlineOrderBalanceMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayOnlineOrderEripMethodAction' => 'getPayOnlineOrderEripMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayOnlineOrderOperatorMethodAction' => 'getPayOnlineOrderOperatorMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayPromoCodeForBatchCodesOnlineAction' => 'getPayPromoCodeForBatchCodesOnlineActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayPromoCodeForOplatiQrAction' => 'getPayPromoCodeForOplatiQrActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PayPromoCodeForSubscriptionOnlineAction' => 'getPayPromoCodeForSubscriptionOnlineActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PaymentPromoCodeOnlineAction' => 'getPaymentPromoCodeOnlineActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Payment\\OnlineOrder\\PromisePaymentOnlineOrderAction' => 'getPromisePaymentOnlineOrderActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Profile\\Balance\\BalanceTransferAction' => 'getBalanceTransferAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Profile\\Balance\\GetBalanceHistoryAction' => 'getGetBalanceHistoryActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Review\\GetReviewsAction' => 'getGetReviewsAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Sale\\GetSaleNewsAction' => 'getGetSaleNewsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Settings\\GetSettingsAction' => 'getGetSettingsAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\StaticLocation\\GetStaticLocationAction' => 'getGetStaticLocationActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Statistic\\CreatePhoneCoverClickAction' => 'getCreatePhoneCoverClickActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Stories\\CreateStoriesActionsAction' => 'getCreateStoriesActionsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Stories\\CreateStoriesEventsAction' => 'getCreateStoriesEventsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Stories\\GetStoriesAction' => 'getGetStoriesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Stories\\GetStoriesCategoryAction' => 'getGetStoriesCategoryActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Stories\\RemoveStoriesActionsAction' => 'getRemoveStoriesActionsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\CreateTireOrderAction' => 'getCreateTireOrderAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\GetTireFilterDatesAction' => 'getGetTireFilterDatesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\GetTireFilterTimeAction' => 'getGetTireFilterTimeActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\GetTireLocationsAction' => 'getGetTireLocationsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\GetTireOrderHistoryAction' => 'getGetTireOrderHistoryActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Tire\\GetTiresByOfferAction' => 'getGetTiresByOfferAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Address\\RemoveUserAddressAction' => 'getRemoveUserAddressActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\AppHalfYearAction' => 'getAppHalfYearActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\City\\GetCityByGeoLocationUserAction' => 'getGetCityByGeoLocationUserActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\CreditCard\\RemoveCreditCardAction' => 'getRemoveCreditCardActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Favorite\\GetUserFavoriteOffersAction' => 'getGetUserFavoriteOffersActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\GetVisitedOfferIdsAction' => 'getGetVisitedOfferIdsActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Profile\\CropAvatarAction' => 'getCropAvatarActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Profile\\DeleteAvatarAction' => 'getDeleteAvatarAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Profile\\UpdateDobAction' => 'getUpdateDobActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Profile\\UpdatePasswordAction' => 'getUpdatePasswordActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\Profile\\UploadAvatarAction' => 'getUploadAvatarAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\User\\UseExternalCodeAction' => 'getUseExternalCodeActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\Version\\GetVersionAction' => 'getGetVersionActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\VirtualWallet\\Method\\ReplenishVirtualWalletBepaidMethodAction' => 'getReplenishVirtualWalletBepaidMethodActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\VirtualWallet\\TransferSlivkiPayBalanceAction' => 'getTransferSlivkiPayBalanceAction2Service', 
            'Slivki\\Controller\\MobileApi\\V2\\WorkExample\\GetWorkExamplesAction' => 'getGetWorkExamplesActionService', 
            'Slivki\\Controller\\MobileApi\\V2\\WorkExample\\GetWorkExamplesSettingsAction' => 'getGetWorkExamplesSettingsActionService', 
            'Slivki\\Controller\\MobileApi\\V3\\Beauty\\Appointment\\SearchAvailableAppointmentWithOfferInfoAction' => 'getSearchAvailableAppointmentWithOfferInfoAction2Service', 
            'Slivki\\Controller\\NewsController' => 'getNewsControllerService', 
            'Slivki\\Controller\\Offer\\GetVisitedOffersAction' => 'getGetVisitedOffersActionService', 
            'Slivki\\Controller\\OnlineOrder\\GiftCertificate\\SelectGiftCertificatesForBuyOnlyCodesAction' => 'getSelectGiftCertificatesForBuyOnlyCodesActionService', 
            'Slivki\\Controller\\OnlineOrder\\Payment\\GetPaymentMethodsAction' => 'getGetPaymentMethodsActionService', 
            'Slivki\\Controller\\OnlineOrder\\Vendor\\GetDishOptionsAction' => 'getGetDishOptionsActionService', 
            'Slivki\\Controller\\OrderAsGift\\GetOrderAsGiftAction' => 'getGetOrderAsGiftActionService', 
            'Slivki\\Controller\\PageController' => 'getPageControllerService', 
            'Slivki\\Controller\\PartnerOfferController' => 'getPartnerOfferControllerService', 
            'Slivki\\Controller\\Partner\\CodeController' => 'getCodeControllerService', 
            'Slivki\\Controller\\Partner\\Code\\GetCodesFormAction' => 'getGetCodesFormActionService', 
            'Slivki\\Controller\\Partner\\Code\\GetUnsetUseCodeFormAction' => 'getGetUnsetUseCodeFormActionService', 
            'Slivki\\Controller\\Partner\\CommentController' => 'getCommentController3Service', 
            'Slivki\\Controller\\Partner\\DeliveryController' => 'getDeliveryControllerService', 
            'Slivki\\Controller\\Partner\\DeliveryZoneController' => 'getDeliveryZoneControllerService', 
            'Slivki\\Controller\\Partner\\ImageUploadAction' => 'getImageUploadActionService', 
            'Slivki\\Controller\\Partner\\OfferController' => 'getOfferController3Service', 
            'Slivki\\Controller\\Partner\\Order\\GetOnlineOrdersLiveAction' => 'getGetOnlineOrdersLiveActionService', 
            'Slivki\\Controller\\Partner\\Order\\OnlineOrdersLiveAction' => 'getOnlineOrdersLiveActionService', 
            'Slivki\\Controller\\Partner\\Order\\RefreshOnlineOrderLiveAction' => 'getRefreshOnlineOrderLiveActionService', 
            'Slivki\\Controller\\Partner\\Order\\UpdateOrderPartnerStatusAction' => 'getUpdateOrderPartnerStatusAction2Service', 
            'Slivki\\Controller\\Partner\\PartnerController' => 'getPartnerController2Service', 
            'Slivki\\Controller\\Partner\\TelegramBotController' => 'getTelegramBotControllerService', 
            'Slivki\\Controller\\Partner\\TireController' => 'getTireControllerService', 
            'Slivki\\Controller\\Partner\\UploadDeliveryZoneAction' => 'getUploadDeliveryZoneActionService', 
            'Slivki\\Controller\\Partner\\WorkExample\\AddWorkExampleAction' => 'getAddWorkExampleActionService', 
            'Slivki\\Controller\\Partner\\WorkExample\\GetWorkExampleAction' => 'getGetWorkExampleActionService', 
            'Slivki\\Controller\\Partner\\WorkExample\\GetWorkExamplesByOfferAction' => 'getGetWorkExamplesByOfferActionService', 
            'Slivki\\Controller\\Payment\\AbwPayController' => 'getAbwPayControllerService', 
            'Slivki\\Controller\\Payment\\AssistController' => 'getAssistControllerService', 
            'Slivki\\Controller\\Payment\\Balance\\PromisePaymentBalanceAction' => 'getPromisePaymentBalanceActionService', 
            'Slivki\\Controller\\Payment\\BatchCodes\\BuyBatchCodesPlanAction' => 'getBuyBatchCodesPlanAction2Service', 
            'Slivki\\Controller\\Payment\\BatchCodes\\BuyCodesFromBatchCodesAction' => 'getBuyCodesFromBatchCodesActionService', 
            'Slivki\\Controller\\Payment\\BePaidController' => 'getBePaidControllerService', 
            'Slivki\\Controller\\Payment\\Click\\CompletePaymentAction' => 'getCompletePaymentActionService', 
            'Slivki\\Controller\\Payment\\Click\\PreparePaymentAction' => 'getPreparePaymentActionService', 
            'Slivki\\Controller\\Payment\\IPayController' => 'getIPayControllerService', 
            'Slivki\\Controller\\Payment\\Oplati\\GetStatusOplatiTransactionAction' => 'getGetStatusOplatiTransactionActionService', 
            'Slivki\\Controller\\Payment\\Payme\\CreateTransactionAction' => 'getCreateTransactionActionService', 
            'Slivki\\Controller\\Payment\\PaymentController' => 'getPaymentController2Service', 
            'Slivki\\Controller\\Payment\\PhoneController' => 'getPhoneControllerService', 
            'Slivki\\Controller\\Payment\\WebMoneyController' => 'getWebMoneyControllerService', 
            'Slivki\\Controller\\Profile\\ExternalCodeUseAction' => 'getExternalCodeUseActionService', 
            'Slivki\\Controller\\Profile\\ExternalCodeUseIndexAction' => 'getExternalCodeUseIndexActionService', 
            'Slivki\\Controller\\Profile\\GetYandexPromocodeAction' => 'getGetYandexPromocodeAction2Service', 
            'Slivki\\Controller\\Profile\\Subscription\\ControlSubscriptionAction' => 'getControlSubscriptionActionService', 
            'Slivki\\Controller\\Profile\\Subscription\\GetFamilySubscriptionLandingAction' => 'getGetFamilySubscriptionLandingActionService', 
            'Slivki\\Controller\\Profile\\Subscription\\ManageSubscriptionAction' => 'getManageSubscriptionActionService', 
            'Slivki\\Controller\\RealEstate\\PartnerBridgeAction' => 'getPartnerBridgeActionService', 
            'Slivki\\Controller\\RealEstate\\TestRealEstateImportAction' => 'getTestRealEstateImportActionService', 
            'Slivki\\Controller\\SaleController' => 'getSaleController2Service', 
            'Slivki\\Controller\\SaleProductController' => 'getSaleProductControllerService', 
            'Slivki\\Controller\\SearchController' => 'getSearchController2Service', 
            'Slivki\\Controller\\ShareController' => 'getShareControllerService', 
            'Slivki\\Controller\\ShippingSchedulerController' => 'getShippingSchedulerController2Service', 
            'Slivki\\Controller\\SiteController' => 'getSiteControllerService', 
            'Slivki\\Controller\\Statistic\\CreatePhoneCoverClickAction' => 'getCreatePhoneCoverClickAction2Service', 
            'Slivki\\Controller\\Subscription\\CancelSubscriptionAction' => 'getCancelSubscriptionAction3Service', 
            'Slivki\\Controller\\Subscription\\CreateSubscriptionAction' => 'getCreateSubscriptionActionService', 
            'Slivki\\Controller\\Subscription\\DeleteSharedSubscriptionAction' => 'getDeleteSharedSubscriptionActionService', 
            'Slivki\\Controller\\Subscription\\GetChildSubscribersAction' => 'getGetChildSubscribersActionService', 
            'Slivki\\Controller\\Subscription\\GetSubscriptionStatusAction' => 'getGetSubscriptionStatusActionService', 
            'Slivki\\Controller\\Subscription\\ShareSubscriptionAction' => 'getShareSubscriptionActionService', 
            'Slivki\\Controller\\Subscription\\ShowSubscriptionLandingPageAction' => 'getShowSubscriptionLandingPageActionService', 
            'Slivki\\Controller\\Telegram\\CourierBotController' => 'getCourierBotControllerService', 
            'Slivki\\Controller\\Telegram\\DeliveryBotController' => 'getDeliveryBotControllerService', 
            'Slivki\\Controller\\Telegram\\TelegramBotController' => 'getTelegramBotController2Service', 
            'Slivki\\Controller\\TireController' => 'getTireController2Service', 
            'Slivki\\Controller\\Tire\\GetTireFilterDatesAction' => 'getGetTireFilterDatesAction2Service', 
            'Slivki\\Controller\\Tire\\GetTireFilterTimeAction' => 'getGetTireFilterTimeAction2Service', 
            'Slivki\\Controller\\Tire\\GetTireOffersAction' => 'getGetTireOffersActionService', 
            'Slivki\\Controller\\Tire\\GetTireWithAppointmentsAction' => 'getGetTireWithAppointmentsActionService', 
            'Slivki\\Controller\\Tire\\GetTiresByOfferAction' => 'getGetTiresByOfferAction3Service', 
            'Slivki\\Controller\\TyresDemoController' => 'getTyresDemoControllerService', 
            'Slivki\\Controller\\UserController' => 'getUserController3Service', 
            'Slivki\\Controller\\WorkExample\\GetWorkExamplesAction' => 'getGetWorkExamplesAction2Service', 
            'Slivki\\Services\\AuthenticationHandler' => 'getAuthenticationHandlerService', 
            'Slivki\\Services\\Banner\\BannerCityUpdater' => 'getBannerCityUpdaterService', 
            'Slivki\\Services\\Banner\\MobileFloatingBannerCacheService' => 'getMobileFloatingBannerCacheServiceService', 
            'Slivki\\Services\\Banner\\TargetCategoriesUpdater' => 'getTargetCategoriesUpdaterService', 
            'Slivki\\Services\\BatchCodes\\BatchCodesBalanceService' => 'getBatchCodesBalanceServiceService', 
            'Slivki\\Services\\BePaid\\BePaidCredentialsValidator' => 'getBePaidCredentialsValidatorService', 
            'Slivki\\Services\\BePaid\\BePaidRequestModifier' => 'getBePaidRequestModifierService', 
            'Slivki\\Services\\Beauty\\BeautyMasterResponseDistanceUpdater' => 'getBeautyMasterResponseDistanceUpdaterService', 
            'Slivki\\Services\\Beauty\\GetTopBeautyMastersCacheService' => 'getGetTopBeautyMastersCacheServiceService', 
            'Slivki\\Services\\BelTransSat\\RouteBuilderBelTransSatService' => 'getRouteBuilderBelTransSatServiceService', 
            'Slivki\\Services\\Belmeta\\BelmetaFeedService' => 'getBelmetaFeedServiceService', 
            'Slivki\\Services\\Bonus\\AddBonusService' => 'getAddBonusServiceService', 
            'Slivki\\Services\\Bonus\\BonusBalanceActivityService' => 'getBonusBalanceActivityServiceService', 
            'Slivki\\Services\\Bonus\\BonusCacheService' => 'getBonusCacheServiceService', 
            'Slivki\\Services\\Cache\\CacheBucketRegistry' => 'getCacheBucketRegistryService', 
            'Slivki\\Services\\Cache\\PersistenceCacheFactory' => 'getPersistenceCacheFactoryService', 
            'Slivki\\Services\\CategoryBoxCacheService' => 'getCategoryBoxCacheServiceService', 
            'Slivki\\Services\\Category\\BestOffersCategoryService' => 'getBestOffersCategoryServiceService', 
            'Slivki\\Services\\Category\\CategoryDeliveryFoodOffersCustomSorter' => 'getCategoryDeliveryFoodOffersCustomSorterService', 
            'Slivki\\Services\\Category\\CategoryFields' => 'getCategoryFieldsService', 
            'Slivki\\Services\\Category\\CategoryService' => 'getCategoryServiceService', 
            'Slivki\\Services\\Category\\CategorySorterService' => 'getCategorySorterServiceService', 
            'Slivki\\Services\\Category\\NewOfferCategoryService' => 'getNewOfferCategoryServiceService', 
            'Slivki\\Services\\Category\\PopularOfferCategoryService' => 'getPopularOfferCategoryServiceService', 
            'Slivki\\Services\\Category\\PurchaseCountCategorySorter' => 'getPurchaseCountCategorySorterService', 
            'Slivki\\Services\\Category\\Rating\\CategoryRatingCacheService' => 'getCategoryRatingCacheServiceService', 
            'Slivki\\Services\\Category\\Rating\\DirectorRatingSorterService' => 'getDirectorRatingSorterServiceService', 
            'Slivki\\Services\\Category\\Rating\\OfferRatingSorterService' => 'getOfferRatingSorterServiceService', 
            'Slivki\\Services\\Category\\SplitPopularCategoryOffersService' => 'getSplitPopularCategoryOffersServiceService', 
            'Slivki\\Services\\Category\\TopCategoryCacheService' => 'getTopCategoryCacheServiceService', 
            'Slivki\\Services\\Category\\TopCategoryService' => 'getTopCategoryServiceService', 
            'Slivki\\Services\\Comment\\CommentCacheService' => 'getCommentCacheServiceService', 
            'Slivki\\Services\\Comment\\CommentService' => 'getCommentServiceService', 
            'Slivki\\Services\\Coupon\\CouponService' => 'getCouponServiceService', 
            'Slivki\\Services\\DeliveryRealTime' => 'getDeliveryRealTimeService', 
            'Slivki\\Services\\DeliveryService' => 'getDeliveryServiceService', 
            'Slivki\\Services\\Encoder' => 'getEncoderService', 
            'Slivki\\Services\\EntityOption\\EntityOptionService' => 'getEntityOptionServiceService', 
            'Slivki\\Services\\Export\\CsvExportService' => 'getCsvExportServiceService', 
            'Slivki\\Services\\ExternalCodeService' => 'getExternalCodeServiceService', 
            'Slivki\\Services\\FoodCourt\\DeliveryWorkingTimeService' => 'getDeliveryWorkingTimeServiceService', 
            'Slivki\\Services\\FoodCourt\\DeliveryWorkingTimeSorter' => 'getDeliveryWorkingTimeSorterService', 
            'Slivki\\Services\\FoodCourt\\ExtensionPriceFoodCourtGetter' => 'getExtensionPriceFoodCourtGetterService', 
            'Slivki\\Services\\GeoLocation\\GeoLocationCacheService' => 'getGeoLocationCacheServiceService', 
            'Slivki\\Services\\GeoLocation\\GeoLocationScheduleService' => 'getGeoLocationScheduleServiceService', 
            'Slivki\\Services\\GiftCertificateService' => 'getGiftCertificateServiceService', 
            'Slivki\\Services\\GiftCertificate\\SplitPaymentGiftCertificateChecker' => 'getSplitPaymentGiftCertificateCheckerService', 
            'Slivki\\Services\\Localization\\GoogleTranslationService' => 'getGoogleTranslationServiceService', 
            'Slivki\\Services\\Localization\\TranslateService' => 'getTranslateServiceService', 
            'Slivki\\Services\\Mailer' => 'getMailerService', 
            'Slivki\\Services\\MailingCampaign\\MailingCampaignService' => 'getMailingCampaignServiceService', 
            'Slivki\\Services\\MailingCampaign\\Partner\\PartnerMailingCampaignService' => 'getPartnerMailingCampaignServiceService', 
            'Slivki\\Services\\MainMenu\\AppMainMenuSorter' => 'getAppMainMenuSorterService', 
            'Slivki\\Services\\MainMenu\\MainMenuAppCacheService' => 'getMainMenuAppCacheServiceService', 
            'Slivki\\Services\\MainMenu\\MainMenuAppService' => 'getMainMenuAppServiceService', 
            'Slivki\\Services\\MainMenu\\MainMenuOplatiCacheService' => 'getMainMenuOplatiCacheServiceService', 
            'Slivki\\Services\\MainMenu\\MainMenuOplatiService' => 'getMainMenuOplatiServiceService', 
            'Slivki\\Services\\MapProviders\\CoordinatesYandex' => 'getCoordinatesYandexService', 
            'Slivki\\Services\\MapProviders\\YandexPolygons' => 'getYandexPolygonsService', 
            'Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService' => 'getGetCategoriesWithGeoLocationsResponseCacheServiceService', 
            'Slivki\\Services\\MeOnMap\\GetGeoLocationsResponseCacheService' => 'getGetGeoLocationsResponseCacheServiceService', 
            'Slivki\\Services\\Media\\TeaserLogoMediaService' => 'getTeaserLogoMediaServiceService', 
            'Slivki\\Services\\MobApiCacheService' => 'getMobApiCacheServiceService', 
            'Slivki\\Services\\MobApiOfferResponseUpdater' => 'getMobApiOfferResponseUpdaterService', 
            'Slivki\\Services\\OfferCodePool\\OfferCodePoolService' => 'getOfferCodePoolServiceService', 
            'Slivki\\Services\\OfferExtension\\FoodByOnlineCategoriesBuilder' => 'getFoodByOnlineCategoriesBuilderService', 
            'Slivki\\Services\\OfferExtension\\FoodOfferExtensionImageService' => 'getFoodOfferExtensionImageServiceService', 
            'Slivki\\Services\\OfferExtension\\VisibilityFilterService' => 'getVisibilityFilterServiceService', 
            'Slivki\\Services\\Offer\\CodeCostSetter' => 'getCodeCostSetterService', 
            'Slivki\\Services\\Offer\\CodePoolService' => 'getCodePoolServiceService', 
            'Slivki\\Services\\Offer\\ConversionService' => 'getConversionServiceService', 
            'Slivki\\Services\\Offer\\CustomProductOfferSorter' => 'getCustomProductOfferSorterService', 
            'Slivki\\Services\\Offer\\DeliveryZoneSorter' => 'getDeliveryZoneSorterService', 
            'Slivki\\Services\\Offer\\GalleryVideo\\VideoPackageDtoGetter' => 'getVideoPackageDtoGetterService', 
            'Slivki\\Services\\Offer\\GalleryVideo\\VideoPackageSaver' => 'getVideoPackageSaverService', 
            'Slivki\\Services\\Offer\\GeoLocationService' => 'getGeoLocationServiceService', 
            'Slivki\\Services\\Offer\\GiftCertificateSorter' => 'getGiftCertificateSorterService', 
            'Slivki\\Services\\Offer\\MobApiOfferService' => 'getMobApiOfferServiceService', 
            'Slivki\\Services\\Offer\\OfferDescriptionService' => 'getOfferDescriptionServiceService', 
            'Slivki\\Services\\Offer\\OfferFoodDeliveryZoneSaver' => 'getOfferFoodDeliveryZoneSaverService', 
            'Slivki\\Services\\Offer\\OfferNoteGetter' => 'getOfferNoteGetterService', 
            'Slivki\\Services\\Offer\\OfferResponseCacheService' => 'getOfferResponseCacheServiceService', 
            'Slivki\\Services\\Offer\\OfferSorter' => 'getOfferSorterService', 
            'Slivki\\Services\\Offer\\OffersByCityCacheService' => 'getOffersByCityCacheServiceService', 
            'Slivki\\Services\\Offer\\PhoneService' => 'getPhoneServiceService', 
            'Slivki\\Services\\Offer\\ProductFastDeliveryService' => 'getProductFastDeliveryServiceService', 
            'Slivki\\Services\\Offer\\Product\\ApiAccessTokenCacheService' => 'getApiAccessTokenCacheServiceService', 
            'Slivki\\Services\\Offer\\Product\\ApiNomenclatureCacheService' => 'getApiNomenclatureCacheServiceService', 
            'Slivki\\Services\\Offer\\SortOffersByPositionService' => 'getSortOffersByPositionServiceService', 
            'Slivki\\Services\\OnlineOrderService' => 'getOnlineOrderServiceService', 
            'Slivki\\Services\\OnlineOrderSettings\\ReceivingOrdersScheduleService' => 'getReceivingOrdersScheduleServiceService', 
            'Slivki\\Services\\Order\\OrderPendingQueueService' => 'getOrderPendingQueueServiceService', 
            'Slivki\\Services\\Order\\PricePromocodeForOnlineOrder' => 'getPricePromocodeForOnlineOrderService', 
            'Slivki\\Services\\PartnerGiftOffer\\PartnerGiftOfferService' => 'getPartnerGiftOfferServiceService', 
            'Slivki\\Services\\Partner\\PartnerUserService' => 'getPartnerUserServiceService', 
            'Slivki\\Services\\Payment\\OnlineOrderPaymentMethodService' => 'getOnlineOrderPaymentMethodServiceService', 
            'Slivki\\Services\\Payment\\PaymentService' => 'getPaymentServiceService', 
            'Slivki\\Services\\Payment\\PromisedPaymentService' => 'getPromisedPaymentServiceService', 
            'Slivki\\Services\\Payment\\PromoCodeCreator' => 'getPromoCodeCreatorService', 
            'Slivki\\Services\\QRCodeGenerator\\Generators\\DefaultQRCodeGenerator' => 'getDefaultQRCodeGeneratorService', 
            'Slivki\\Services\\QRCodeGenerator\\Generators\\FreestyleQRCodeGenerator' => 'getFreestyleQRCodeGeneratorService', 
            'Slivki\\Services\\QRCodeGenerator\\Generators\\PromocodeQRCodeGenerator' => 'getPromocodeQRCodeGeneratorService', 
            'Slivki\\Services\\QRCodeGenerator\\Generators\\SosediBarcodeGenerator' => 'getSosediBarcodeGeneratorService', 
            'Slivki\\Services\\Sale\\CategoryBoxService' => 'getCategoryBoxServiceService', 
            'Slivki\\Services\\Sale\\SaleCacheService' => 'getSaleCacheServiceService', 
            'Slivki\\Services\\Sale\\SaleCategoryMenuService' => 'getSaleCategoryMenuServiceService', 
            'Slivki\\Services\\Sale\\SaleSorter' => 'getSaleSorterService', 
            'Slivki\\Services\\SearchService' => 'getSearchServiceService', 
            'Slivki\\Services\\Seo\\RatingCategorySeoService' => 'getRatingCategorySeoServiceService', 
            'Slivki\\Services\\ShippingSchedulerService' => 'getShippingSchedulerServiceService', 
            'Slivki\\Services\\SiteSettings\\SiteSettingsService' => 'getSiteSettingsServiceService', 
            'Slivki\\Services\\Sms\\Providers\\SmslineFactory' => 'getSmslineFactoryService', 
            'Slivki\\Services\\Sms\\Security\\LimitRule' => 'getLimitRuleService', 
            'Slivki\\Services\\Sms\\SmsSender' => 'getSmsSenderService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\BelTransSatSoapGateway' => 'getBelTransSatSoapGatewayService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\Func\\AddPointToLogisticSoapFunc' => 'getAddPointToLogisticSoapFuncService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\Func\\GetVehiclesIdsSoapFunc' => 'getGetVehiclesIdsSoapFuncService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\Func\\RemovePointFromLogisticSoapFunc' => 'getRemovePointFromLogisticSoapFuncService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\Func\\ServeVrpRequestSoapFunc' => 'getServeVrpRequestSoapFuncService', 
            'Slivki\\Services\\SoapClient\\BelTransSat\\Func\\SetRouteLockedStatusSoapFunc' => 'getSetRouteLockedStatusSoapFuncService', 
            'Slivki\\Services\\SolrIndex' => 'getSolrIndexService', 
            'Slivki\\Services\\StatService' => 'getStatServiceService', 
            'Slivki\\Services\\Statistic\\OnlinePurchasesService' => 'getOnlinePurchasesServiceService', 
            'Slivki\\Services\\Statistic\\PurchaseByOfferService' => 'getPurchaseByOfferServiceService', 
            'Slivki\\Services\\Statistic\\PurchasesService' => 'getPurchasesServiceService', 
            'Slivki\\Services\\StoriesActionService' => 'getStoriesActionServiceService', 
            'Slivki\\Services\\Subscription\\SubscriptionPlanService' => 'getSubscriptionPlanServiceService', 
            'Slivki\\Services\\Subscription\\SubscriptionService' => 'getSubscriptionServiceService', 
            'Slivki\\Services\\Supercheck\\GetListOfLeafletsService' => 'getGetListOfLeafletsServiceService', 
            'Slivki\\Services\\User\\AuthorizationCodeSender' => 'getAuthorizationCodeSenderService', 
            'Slivki\\Services\\User\\CreditCardControlService' => 'getCreditCardControlServiceService', 
            'Slivki\\Services\\User\\Token\\MobileTokenGenerator' => 'getMobileTokenGeneratorService', 
            'Slivki\\Services\\User\\Token\\TokenGenerator' => 'getTokenGeneratorService', 
            'Slivki\\Services\\User\\UnusedOfferCodeProvider' => 'getUnusedOfferCodeProviderService', 
            'Slivki\\Services\\User\\UserAverageCommentRatingService' => 'getUserAverageCommentRatingServiceService', 
            'Slivki\\Services\\User\\UserPhoneService' => 'getUserPhoneServiceService', 
            'Slivki\\Services\\VideoConfigService' => 'getVideoConfigServiceService', 
            'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService', 
            'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService', 
            'cache.app_clearer' => 'getCache_AppClearerService', 
            'cache.global_clearer' => 'getCache_GlobalClearerService', 
            'cache.system_clearer' => 'getCache_SystemClearerService', 
            'cache_warmer' => 'getCacheWarmerService', 
            'console.command.public_alias.Slivki\\Command\\AbadondedBasketSendEmailCommand' => 'getAbadondedBasketSendEmailCommandService', 
            'console.command.public_alias.Slivki\\Command\\AddCodesCommand' => 'getAddCodesCommandService', 
            'console.command.public_alias.Slivki\\Command\\AlternativeOfferReloadCommand' => 'getAlternativeOfferReloadCommandService', 
            'console.command.public_alias.Slivki\\Command\\BePaidRequestCommand' => 'getBePaidRequestCommandService', 
            'console.command.public_alias.Slivki\\Command\\BuildNewVideoguideCategoryCommand' => 'getBuildNewVideoguideCategoryCommandService', 
            'console.command.public_alias.Slivki\\Command\\BuildPopularSalesCategoryCommand' => 'getBuildPopularSalesCategoryCommandService', 
            'console.command.public_alias.Slivki\\Command\\BuildSpecialCategoriesCommand' => 'getBuildSpecialCategoriesCommandService', 
            'console.command.public_alias.Slivki\\Command\\CacheReloadCommand' => 'getCacheReloadCommandService', 
            'console.command.public_alias.Slivki\\Command\\CacheTestCommand' => 'getCacheTestCommandService', 
            'console.command.public_alias.Slivki\\Command\\CategoryDeactivationCommand' => 'getCategoryDeactivationCommandService', 
            'console.command.public_alias.Slivki\\Command\\CheckNoticePopupCommand' => 'getCheckNoticePopupCommandService', 
            'console.command.public_alias.Slivki\\Command\\CleanupMediaImageDirectoryCommand' => 'getCleanupMediaImageDirectoryCommandService', 
            'console.command.public_alias.Slivki\\Command\\CleanupUserOnlineCommand' => 'getCleanupUserOnlineCommandService', 
            'console.command.public_alias.Slivki\\Command\\CodesFromReservedToFreeCommand' => 'getCodesFromReservedToFreeCommandService', 
            'console.command.public_alias.Slivki\\Command\\CreateCustomMailingCampaignCommand' => 'getCreateCustomMailingCampaignCommandService', 
            'console.command.public_alias.Slivki\\Command\\CustomMailingSendCommand' => 'getCustomMailingSendCommandService', 
            'console.command.public_alias.Slivki\\Command\\DebugCommand' => 'getDebugCommandService', 
            'console.command.public_alias.Slivki\\Command\\ExportCommand' => 'getExportCommandService', 
            'console.command.public_alias.Slivki\\Command\\FavouriteCategoryCommand' => 'getFavouriteCategoryCommandService', 
            'console.command.public_alias.Slivki\\Command\\FixFillInNumberForPhoneNumber' => 'getFixFillInNumberForPhoneNumberService', 
            'console.command.public_alias.Slivki\\Command\\GenerateCrtCodePoolCommand' => 'getGenerateCrtCodePoolCommandService', 
            'console.command.public_alias.Slivki\\Command\\GenerateRtbhouseXMLCommand' => 'getGenerateRtbhouseXMLCommandService', 
            'console.command.public_alias.Slivki\\Command\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService', 
            'console.command.public_alias.Slivki\\Command\\GetBankCurrencyRatesCommand' => 'getGetBankCurrencyRatesCommandService', 
            'console.command.public_alias.Slivki\\Command\\GetMailingCampaignCommand' => 'getGetMailingCampaignCommandService', 
            'console.command.public_alias.Slivki\\Command\\GetVideoguideViewsCommand' => 'getGetVideoguideViewsCommandService', 
            'console.command.public_alias.Slivki\\Command\\IikoCommand' => 'getIikoCommandService', 
            'console.command.public_alias.Slivki\\Command\\LowCodesInOffersSendCommand' => 'getLowCodesInOffersSendCommandService', 
            'console.command.public_alias.Slivki\\Command\\LuceneReindexCommand' => 'getLuceneReindexCommandService', 
            'console.command.public_alias.Slivki\\Command\\MailingStatisticAggregateCommand' => 'getMailingStatisticAggregateCommandService', 
            'console.command.public_alias.Slivki\\Command\\MapTopOffersCommand' => 'getMapTopOffersCommandService', 
            'console.command.public_alias.Slivki\\Command\\MoveOffersToCityCommand' => 'getMoveOffersToCityCommandService', 
            'console.command.public_alias.Slivki\\Command\\NotificationsCommand' => 'getNotificationsCommandService', 
            'console.command.public_alias.Slivki\\Command\\OffersRenewCommand' => 'getOffersRenewCommandService', 
            'console.command.public_alias.Slivki\\Command\\ParseSupplierBrandNameCommand' => 'getParseSupplierBrandNameCommandService', 
            'console.command.public_alias.Slivki\\Command\\PartnerOfferImportCommand' => 'getPartnerOfferImportCommandService', 
            'console.command.public_alias.Slivki\\Command\\PurchaseStatSendCommand' => 'getPurchaseStatSendCommandService', 
            'console.command.public_alias.Slivki\\Command\\ReferralsCommand' => 'getReferralsCommandService', 
            'console.command.public_alias.Slivki\\Command\\ReloadFlierPositionCommand' => 'getReloadFlierPositionCommandService', 
            'console.command.public_alias.Slivki\\Command\\RemoveTrashFromMediaCacheCommand' => 'getRemoveTrashFromMediaCacheCommandService', 
            'console.command.public_alias.Slivki\\Command\\SaleBodyAddWatermarksCommand' => 'getSaleBodyAddWatermarksCommandService', 
            'console.command.public_alias.Slivki\\Command\\SaveDescriptionCommand' => 'getSaveDescriptionCommandService', 
            'console.command.public_alias.Slivki\\Command\\SavePurchaseCountCommand' => 'getSavePurchaseCountCommandService', 
            'console.command.public_alias.Slivki\\Command\\SaveSaleProductSeoCommand' => 'getSaveSaleProductSeoCommandService', 
            'console.command.public_alias.Slivki\\Command\\SendBrokenLinksMailCommand' => 'getSendBrokenLinksMailCommandService', 
            'console.command.public_alias.Slivki\\Command\\SendMailCommand' => 'getSendMailCommandService', 
            'console.command.public_alias.Slivki\\Command\\SendRenewedOfferNotoficationCommand' => 'getSendRenewedOfferNotoficationCommandService', 
            'console.command.public_alias.Slivki\\Command\\SetSaleSeoCommand' => 'getSetSaleSeoCommandService', 
            'console.command.public_alias.Slivki\\Command\\SlivkiCommand' => 'getSlivkiCommandService', 
            'console.command.public_alias.Slivki\\Command\\SortEntityDescriptionCommand' => 'getSortEntityDescriptionCommandService', 
            'console.command.public_alias.Slivki\\Command\\StatCategoryOffersCount' => 'getStatCategoryOffersCountService', 
            'console.command.public_alias.Slivki\\Command\\StatSearchOfferUpdate' => 'getStatSearchOfferUpdateService', 
            'console.command.public_alias.Slivki\\Command\\SubCategoryAutomationCommand' => 'getSubCategoryAutomationCommandService', 
            'console.command.public_alias.Slivki\\Command\\TagRemoveDuplicatesCommand' => 'getTagRemoveDuplicatesCommandService', 
            'console.command.public_alias.Slivki\\Command\\TelegramCommentNotifierCommand' => 'getTelegramCommentNotifierCommandService', 
            'console.command.public_alias.Slivki\\Command\\TmpCommand' => 'getTmpCommandService', 
            'console.command.public_alias.Slivki\\Command\\UnsubscribeNotMinskCommand' => 'getUnsubscribeNotMinskCommandService', 
            'console.command.public_alias.Slivki\\Command\\UnsubscribeNotValidEmailCommand' => 'getUnsubscribeNotValidEmailCommandService', 
            'console.command.public_alias.Slivki\\Command\\UnsubscribeUserCommand' => 'getUnsubscribeUserCommandService', 
            'console.command.public_alias.Slivki\\Command\\UpdateOfferOrderCitiesCommand' => 'getUpdateOfferOrderCitiesCommandService', 
            'console.command.public_alias.Slivki\\Command\\VideoGuidesCommand' => 'getVideoGuidesCommandService', 
            'console.command.public_alias.Slivki\\Command\\VisitCommand' => 'getVisitCommandService', 
            'console.command.public_alias.Slivki\\Command\\YandexCommand' => 'getYandexCommandService', 
            'console.command_loader' => 'getConsole_CommandLoaderService', 
            'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService', 
            'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService', 
            'error_controller' => 'getErrorControllerService', 
            'jms_serializer' => 'getJmsSerializerService', 
            'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService', 
            'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService', 
            'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService', 
            'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', 
            'knp_paginator' => 'getKnpPaginatorService', 
            'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService', 
            'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService', 
            'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService', 
            'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService', 
            'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService', 
            'nelmio_api_doc.generator.mobile' => 'getNelmioApiDoc_Generator_MobileService', 
            'nelmio_api_doc.generator.partner' => 'getNelmioApiDoc_Generator_PartnerService', 
            'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService', 
            'routing.loader' => 'getRouting_LoaderService', 
            'services_resetter' => 'getServicesResetterService', 
            'slivki.dominos_api' => 'getSlivki_DominosApiService', 
            'slivki.iiko_transport' => 'getSlivki_IikoTransportService', 
            'slivki.rkeeper.client' => 'getSlivki_Rkeeper_ClientService', 
            'slivki.rkeeper.command.card.contact.GetContactsTypesInfo' => 'getSlivki_Rkeeper_Command_Card_Contact_GetContactsTypesInfoService', 
            'slivki.rkeeper.command.card.holder.AddHolders' => 'getSlivki_Rkeeper_Command_Card_Holder_AddHoldersService', 
            'slivki.rkeeper.command.card.holder.EditHolders' => 'getSlivki_Rkeeper_Command_Card_Holder_EditHoldersService', 
            'slivki.rkeeper.command.card.holder.GetHolderInfo' => 'getSlivki_Rkeeper_Command_Card_Holder_GetHolderInfoService', 
            'slivki.rkeeper.command.card.holder.SearchHolders' => 'getSlivki_Rkeeper_Command_Card_Holder_SearchHoldersService', 
            'slivki.rkeeper.command.card.location.GetCitiesInfo' => 'getSlivki_Rkeeper_Command_Card_Location_GetCitiesInfoService', 
            'slivki.rkeeper.command.card.location.GetCountriesInfo' => 'getSlivki_Rkeeper_Command_Card_Location_GetCountriesInfoService', 
            'slivki.rkeeper.command.card.location.GetStreetsInfo' => 'getSlivki_Rkeeper_Command_Card_Location_GetStreetsInfoService', 
            'slivki.rkeeper.command.cash.delivery.DeliveryUpdateStatus' => 'getSlivki_Rkeeper_Command_Cash_Delivery_DeliveryUpdateStatusService', 
            'slivki.rkeeper.command.cash.menu.GetMenuItems' => 'getSlivki_Rkeeper_Command_Cash_Menu_GetMenuItemsService', 
            'slivki.rkeeper.command.cash.order.CreateOrder' => 'getSlivki_Rkeeper_Command_Cash_Order_CreateOrderService', 
            'slivki.rkeeper.command.cash.order.SaveOrder' => 'getSlivki_Rkeeper_Command_Cash_Order_SaveOrderService', 
            'slivki.rkeeper.command.cash.system.Currencies' => 'getSlivki_Rkeeper_Command_Cash_System_CurrenciesService', 
            'slivki.rkeeper.command.cash.system.GetRestaurants' => 'getSlivki_Rkeeper_Command_Cash_System_GetRestaurantsService', 
            'slivki.rkeeper.command.cash.system.GetSystemInfo' => 'getSlivki_Rkeeper_Command_Cash_System_GetSystemInfoService', 
            'slivki.rkeeper.converter.address' => 'getSlivki_Rkeeper_Converter_AddressService', 
            'slivki.rkeeper.converter.contact' => 'getSlivki_Rkeeper_Converter_ContactService', 
            'slivki.rkeeper.converter.delivery' => 'getSlivki_Rkeeper_Converter_DeliveryService', 
            'slivki.rkeeper.converter.dish' => 'getSlivki_Rkeeper_Converter_DishService', 
            'slivki.rkeeper.converter.holder' => 'getSlivki_Rkeeper_Converter_HolderService', 
            'slivki.rkeeper.converter.order' => 'getSlivki_Rkeeper_Converter_OrderService', 
            'slivki.rkeeper.converter.prepay' => 'getSlivki_Rkeeper_Converter_PrepayService', 
            'slivki.rkeeper.service.contact' => 'getSlivki_Rkeeper_Service_ContactService', 
            'slivki.rkeeper.service.currency' => 'getSlivki_Rkeeper_Service_CurrencyService', 
            'slivki.rkeeper.service.delivery' => 'getSlivki_Rkeeper_Service_DeliveryService', 
            'slivki.rkeeper.service.holder' => 'getSlivki_Rkeeper_Service_HolderService', 
            'slivki.rkeeper.service.location' => 'getSlivki_Rkeeper_Service_LocationService', 
            'slivki.rkeeper.service.menu' => 'getSlivki_Rkeeper_Service_MenuService', 
            'slivki.rkeeper.service.order' => 'getSlivki_Rkeeper_Service_OrderService', 
            'slivki.rkeeper.service.restaurant' => 'getSlivki_Rkeeper_Service_RestaurantService', 
            'slivki.server_feature_state_checker' => 'getSlivki_ServerFeatureStateCheckerService', 
            'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService', 
            'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService', 
            'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService', 
        ]; 
        $this->aliases = [ 
            'App\\Kernel' => 'kernel', 
            'database_connection' => 'doctrine.dbal.default_connection', 
            'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager', 
            'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker', 
            'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json', 
            'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default', 
        ]; 
 
        $this->privates['service_container'] = function () { 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php'; 
            include_once \dirname(__DIR__, 4).'/src/Kernel.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/MailingCampaign/PartnerMailingCampaignActionRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/MailingCampaign/PartnerMailingCampaignActionRepository.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/ServerFeature/ServerFeatureStateRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/ServerFeature/ServerFeatureStateRepository.php'; 
            include_once \dirname(__DIR__, 4).'/src/Factory/Dto/Settings/PriceSettingsDtoFactory.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/City/CityRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/City/CityRepository.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/BannerService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/CacheService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/City/CityCacheService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/City/CityProvider.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/DeviceTypeService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/ImageService.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/LogFormatter.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/MailingCampaign/Partner/PartnerMailingCampaignClickHandler.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Order/DeliveryLinkDomainGetter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Order/GetLinkOnlineOrderService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/RTBHouseService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Sidebar/SidebarCacheService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Switcher/FeatureStateEvaluator.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Switcher/ServerFeatureStateChecker.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/Switcher/ServerFeatureStateManager.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/TextCacheService.php'; 
            include_once \dirname(__DIR__, 4).'/src/Services/UserGetter.php'; 
            include_once \dirname(__DIR__, 4).'/src/Twig/SlivkiTwigExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/EventSubscriber/KernelControllerSubscriber.php'; 
            include_once \dirname(__DIR__, 4).'/src/Dao/GiftCertificate/GiftCertificateDaoInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Dao/GiftCertificate/GiftCertificateDao.php'; 
            include_once \dirname(__DIR__, 4).'/src/Dao/OfferCode/PurchaseCountDaoInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Dao/OfferCode/PurchaseCountDao.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/Banner/MobileAppBannerRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/Banner/MobileAppBannerRepository.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/Banner/CommentsBannerRepositoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/src/Repository/Banner/CommentsBannerRepository.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/log/Psr/Log/LoggerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/marc-mabe/php-enum/stubs/Stringable.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Registry.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBusInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/TraceableMessageBus.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/MessageBus.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Serializer/Normalizer/PhoneNumberNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php'; 
            include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php'; 
        }; 
    } 
 
    public function compile(): void 
    { 
        throw new LogicException('You cannot compile a dumped container that was already compiled.'); 
    } 
 
    public function isCompiled(): bool 
    { 
        return true; 
    } 
 
    public function getRemovedIds(): array 
    { 
        return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php'; 
    } 
 
    protected function load($file, $lazyLoad = true) 
    { 
        if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) { 
            return $class::do($this, $lazyLoad); 
        } 
 
        if ('.' === $file[-4]) { 
            $class = substr($class, 0, -4); 
        } else { 
            $file .= '.php'; 
        } 
 
        $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file; 
 
        return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service; 
    } 
 
    protected function createProxy($class, \Closure $factory) 
    { 
        class_exists($class, false) || require __DIR__.'/'.$class.'.php'; 
 
        return $factory(); 
    } 
 
    /** 
     * Gets the public '.container.private.filesystem' shared service. 
     * 
     * @return \Symfony\Component\Filesystem\Filesystem 
     */ 
    protected function get_Container_Private_FilesystemService() 
    { 
        return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem(); 
    } 
 
    /** 
     * Gets the public '.container.private.profiler' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\Profiler\Profiler 
     */ 
    protected function get_Container_Private_ProfilerService() 
    { 
        $a = new \Symfony\Bridge\Monolog\Logger('profiler'); 
        $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a); 
 
        $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true); 
 
        $b = ($this->services['kernel'] ?? $this->get('kernel')); 
        $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())); 
        $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector(); 
        $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService())); 
        $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService())); 
        $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService())); 
        $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService())); 
        $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())); 
        $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService())); 
        $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())); 
        $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())); 
        $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())); 
        $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService())); 
        $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())); 
        $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())); 
        $d->addInstance('cache.doctrine.orm.admin.result', ($this->privates['cache.doctrine.orm.admin.result'] ?? $this->getCache_Doctrine_Orm_Admin_ResultService())); 
        $d->addInstance('cache.doctrine.orm.admin.query', ($this->privates['cache.doctrine.orm.admin.query'] ?? $this->getCache_Doctrine_Orm_Admin_QueryService())); 
        $d->addInstance('cache.doctrine.orm.subscription.result', ($this->privates['cache.doctrine.orm.subscription.result'] ?? $this->getCache_Doctrine_Orm_Subscription_ResultService())); 
        $d->addInstance('cache.doctrine.orm.subscription.query', ($this->privates['cache.doctrine.orm.subscription.query'] ?? $this->getCache_Doctrine_Orm_Subscription_QueryService())); 
        $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector(); 
        $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())); 
        $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, NULL); 
        $f->addLogger('site', ($this->privates['doctrine.dbal.logger.profiling.site'] ?? ($this->privates['doctrine.dbal.logger.profiling.site'] = new \Doctrine\DBAL\Logging\DebugStack()))); 
        $f->addLogger('admin', ($this->privates['doctrine.dbal.logger.profiling.admin'] ?? ($this->privates['doctrine.dbal.logger.profiling.admin'] = new \Doctrine\DBAL\Logging\DebugStack()))); 
        $f->addLogger('subscription', ($this->privates['doctrine.dbal.logger.profiling.subscription'] ?? ($this->privates['doctrine.dbal.logger.profiling.subscription'] = new \Doctrine\DBAL\Logging\DebugStack()))); 
        $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))); 
        $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector(); 
        $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())); 
        $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector(); 
        if ($this->has('kernel')) { 
            $h->setKernel($b); 
        } 
 
        $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService())); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))))); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector()); 
        $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()))); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector()); 
        $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector()); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c)); 
        $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c)); 
        $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()))); 
        $instance->add($d); 
        $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()))); 
        $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()), true)); 
        $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()))); 
        $instance->add($e); 
        $instance->add($f); 
        $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService())); 
        $instance->add($g); 
        $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())))); 
        $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())))); 
        $instance->add($h); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public '.container.private.security.authorization_checker' shared service. 
     * 
     * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker 
     */ 
    protected function get_Container_Private_Security_AuthorizationCheckerService() 
    { 
        $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()); 
 
        if (isset($this->services['.container.private.security.authorization_checker'])) { 
            return $this->services['.container.private.security.authorization_checker']; 
        } 
 
        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()), $a, false, false, false); 
    } 
 
    /** 
     * Gets the public '.container.private.security.token_storage' shared service. 
     * 
     * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage 
     */ 
    protected function get_Container_Private_Security_TokenStorageService() 
    { 
        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, [ 
            'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], 
        ], [ 
            'request_stack' => '?', 
        ])); 
    } 
 
    /** 
     * Gets the public '.container.private.serializer' shared service. 
     * 
     * @return \Symfony\Component\Serializer\Serializer 
     */ 
    protected function get_Container_Private_SerializerService() 
    { 
        $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService()); 
 
        if (isset($this->services['.container.private.serializer'])) { 
            return $this->services['.container.private.serializer']; 
        } 
        $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()); 
        $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()); 
        $d = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()); 
        $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($d); 
 
        return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), 1 => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ', 0), 2 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 4 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 5 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 6 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 7 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($d, $c, $a, $e, NULL)), 8 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 12 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 13 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($d, $c, $b, $a, $e, NULL)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]); 
    } 
 
    /** 
     * Gets the public '.container.private.session' shared service. 
     * 
     * @return \Symfony\Component\HttpFoundation\Session\Session 
     */ 
    protected function get_Container_Private_SessionService() 
    { 
        $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService()); 
 
        if (isset($this->services['.container.private.session'])) { 
            return $this->services['.container.private.session']; 
        } 
 
        return $this->services['.container.private.session'] = $a->createSession(); 
    } 
 
    /** 
     * Gets the public '.container.private.twig' shared service. 
     * 
     * @return \Twig\Environment 
     */ 
    protected function get_Container_Private_TwigService() 
    { 
        $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4)); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security'); 
        $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), 'Twig'); 
        $a->addPath((\dirname(__DIR__, 4).'/templates/bundles/TwigBundle'), '!Twig'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber'); 
        $a->addPath((\dirname(__DIR__, 4).'/templates')); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email'); 
        $a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form')); 
 
        $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]); 
 
        $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())); 
        $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()); 
        $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))); 
        $e = ($this->services['translator'] ?? $this->getTranslatorService()); 
        $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()); 
 
        $g = new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b, $f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () { 
            return new \EmptyIterator(); 
        }, 0))); 
        $h = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()); 
        $i = ($this->services['router'] ?? $this->getRouterService()); 
        $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1); 
        $j->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $h]); 
        $k = new \Symfony\Bridge\Twig\AppVariable(); 
        $k->setEnvironment('dev'); 
        $k->setDebug(true); 
        if ($this->has('.container.private.security.token_storage')) { 
            $k->setTokenStorage($c); 
        } 
        if ($this->has('request_stack')) { 
            $k->setRequestStack($b); 
        } 
        $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor(); 
 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension()); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()))); 
        $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))); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d)); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e)); 
        $instance->addExtension($g); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($h, \dirname(__DIR__, 4), 'UTF-8')); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($i)); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension()); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($d, true)); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension()); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension()); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()))); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b)); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension()); 
        $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e)); 
        $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()))); 
        $instance->addExtension(($this->privates['Slivki\\Services\\Order\\GetLinkOnlineOrderService'] ?? $this->getGetLinkOnlineOrderServiceService())); 
        $instance->addExtension(($this->privates['Slivki\\Twig\\SlivkiTwigExtension'] ?? $this->getSlivkiTwigExtensionService())); 
        $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j)); 
        $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension()); 
        $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($g)); 
        $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension()); 
        $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension()); 
        $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($i, $e))); 
        $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService())))); 
        $instance->addGlobal('app', $k); 
        $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'Slivki\\Twig\\DeliveryTimeTextTwigRuntime' => ['privates', 'Slivki\\Twig\\DeliveryTimeTextTwigRuntime', 'getDeliveryTimeTextTwigRuntimeService', true], 
            'Slivki\\Twig\\Filter\\PhoneNumberFilterTwigRuntime' => ['privates', 'Slivki\\Twig\\Filter\\PhoneNumberFilterTwigRuntime', 'getPhoneNumberFilterTwigRuntimeService', true], 
            'Slivki\\Twig\\Filter\\ShortPriceFilterTwigRuntime' => ['privates', 'Slivki\\Twig\\Filter\\ShortPriceFilterTwigRuntime', 'getShortPriceFilterTwigRuntimeService', true], 
            'Slivki\\Twig\\GetCommentsBanners' => ['privates', 'Slivki\\Twig\\GetCommentsBanners', 'getGetCommentsBannersService', true], 
            'Slivki\\Twig\\GetCommentsCountTwigRuntime' => ['privates', 'Slivki\\Twig\\GetCommentsCountTwigRuntime', 'getGetCommentsCountTwigRuntimeService', true], 
            'Slivki\\Twig\\GetDishNutrientsTwigRuntime' => ['privates', 'Slivki\\Twig\\GetDishNutrientsTwigRuntime', 'getGetDishNutrientsTwigRuntimeService', true], 
            'Slivki\\Twig\\GetLastVisitedOffersTwigRuntime' => ['privates', 'Slivki\\Twig\\GetLastVisitedOffersTwigRuntime', 'getGetLastVisitedOffersTwigRuntimeService', true], 
            'Slivki\\Twig\\GetLinkOnlineOrderRuntime' => ['privates', 'Slivki\\Twig\\GetLinkOnlineOrderRuntime', 'getGetLinkOnlineOrderRuntimeService', true], 
            'Slivki\\Twig\\GetOfferConversionTwigRuntime' => ['privates', 'Slivki\\Twig\\GetOfferConversionTwigRuntime', 'getGetOfferConversionTwigRuntimeService', true], 
            'Slivki\\Twig\\GetUserAverageCommentRatingTwigRuntime' => ['privates', 'Slivki\\Twig\\GetUserAverageCommentRatingTwigRuntime', 'getGetUserAverageCommentRatingTwigRuntimeService', true], 
            'Slivki\\Twig\\GiftCertificateTwigRuntime' => ['privates', 'Slivki\\Twig\\GiftCertificateTwigRuntime', 'getGiftCertificateTwigRuntimeService', true], 
            'Slivki\\Twig\\GiftSubscriptionRuntime' => ['privates', 'Slivki\\Twig\\GiftSubscriptionRuntime', 'getGiftSubscriptionRuntimeService', true], 
            'Slivki\\Twig\\MobileFloatingBannerRuntime' => ['privates', 'Slivki\\Twig\\MobileFloatingBannerRuntime', 'getMobileFloatingBannerRuntimeService', true], 
            'Slivki\\Twig\\OnlineOrderHistoryTwigRuntime' => ['privates', 'Slivki\\Twig\\OnlineOrderHistoryTwigRuntime', 'getOnlineOrderHistoryTwigRuntimeService', true], 
            'Slivki\\Twig\\PartnerGiftOfferTwigRuntime' => ['privates', 'Slivki\\Twig\\PartnerGiftOfferTwigRuntime', 'getPartnerGiftOfferTwigRuntimeService', true], 
            'Slivki\\Twig\\QRMessageGeneratorRuntime' => ['privates', 'Slivki\\Twig\\QRMessageGeneratorRuntime', 'getQRMessageGeneratorRuntimeService', true], 
            'Slivki\\Twig\\ServerFeatureStateTwigRuntime' => ['privates', 'Slivki\\Twig\\ServerFeatureStateTwigRuntime', 'getServerFeatureStateTwigRuntimeService', true], 
            'Slivki\\Twig\\SubscriptionTwigRuntime' => ['privates', 'Slivki\\Twig\\SubscriptionTwigRuntime', 'getSubscriptionTwigRuntimeService', true], 
            'Slivki\\Twig\\UserGroupTwigRuntime' => ['privates', 'Slivki\\Twig\\UserGroupTwigRuntime', 'getUserGroupTwigRuntimeService', true], 
            'Slivki\\Twig\\UserInfoForTransferActivityTwigRuntime' => ['privates', 'Slivki\\Twig\\UserInfoForTransferActivityTwigRuntime', 'getUserInfoForTransferActivityTwigRuntimeService', true], 
            'Slivki\\Twig\\VoiceMessageTwigRuntime' => ['privates', 'Slivki\\Twig\\VoiceMessageTwigRuntime', 'getVoiceMessageTwigRuntimeService', true], 
            'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', true], 
            'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', true], 
            'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', true], 
            'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', true], 
            'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates', 'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime', 'getQrCodeRuntimeService', true], 
            'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services', 'jms_serializer.twig_extension.serializer_runtime_helper', 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService', true], 
        ], [ 
            'Slivki\\Twig\\DeliveryTimeTextTwigRuntime' => '?', 
            'Slivki\\Twig\\Filter\\PhoneNumberFilterTwigRuntime' => '?', 
            'Slivki\\Twig\\Filter\\ShortPriceFilterTwigRuntime' => '?', 
            'Slivki\\Twig\\GetCommentsBanners' => '?', 
            'Slivki\\Twig\\GetCommentsCountTwigRuntime' => '?', 
            'Slivki\\Twig\\GetDishNutrientsTwigRuntime' => '?', 
            'Slivki\\Twig\\GetLastVisitedOffersTwigRuntime' => '?', 
            'Slivki\\Twig\\GetLinkOnlineOrderRuntime' => '?', 
            'Slivki\\Twig\\GetOfferConversionTwigRuntime' => '?', 
            'Slivki\\Twig\\GetUserAverageCommentRatingTwigRuntime' => '?', 
            'Slivki\\Twig\\GiftCertificateTwigRuntime' => '?', 
            'Slivki\\Twig\\GiftSubscriptionRuntime' => '?', 
            'Slivki\\Twig\\MobileFloatingBannerRuntime' => '?', 
            'Slivki\\Twig\\OnlineOrderHistoryTwigRuntime' => '?', 
            'Slivki\\Twig\\PartnerGiftOfferTwigRuntime' => '?', 
            'Slivki\\Twig\\QRMessageGeneratorRuntime' => '?', 
            'Slivki\\Twig\\ServerFeatureStateTwigRuntime' => '?', 
            'Slivki\\Twig\\SubscriptionTwigRuntime' => '?', 
            'Slivki\\Twig\\UserGroupTwigRuntime' => '?', 
            'Slivki\\Twig\\UserInfoForTransferActivityTwigRuntime' => '?', 
            'Slivki\\Twig\\VoiceMessageTwigRuntime' => '?', 
            'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?', 
            'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?', 
            'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?', 
            'Symfony\\Component\\Form\\FormRenderer' => '?', 
            'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?', 
            'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?', 
        ]))); 
        $instance->addGlobal('base_domain', $this->getEnv('BASE_DOMAIN')); 
        $instance->addGlobal('base_url', $this->getEnv('BASE_URL')); 
        $instance->addGlobal('slivki_metrica_url', $this->getEnv('SLIVKI_METRICA_URL')); 
        $instance->addGlobal('regional_template_path', $this->getEnv('REGIONAL_TEMPLATE_PATH')); 
        $instance->addGlobal('version', '2.0.165'); 
        $instance->addGlobal('style_css_version', 1410); 
        $instance->addGlobal('mobile_style_css_version', 571); 
        $instance->addGlobal('header_mobile_css_version', 344); 
        $instance->addGlobal('new_popup_css_version', 57); 
        $instance->addGlobal('infopopup_css_version', 35); 
        $instance->addGlobal('delivery_css_version', 400); 
        $instance->addGlobal('order_page_css_version', 59); 
        $instance->addGlobal('foodcort_page_css', 78); 
        $instance->addGlobal('offers_css', 144); 
        $instance->addGlobal('mobile_order_page_css_version', 54); 
        $instance->addGlobal('mobile_foodcourt_page_css', 24); 
        $instance->addGlobal('mobile_offers_css', 125); 
        $instance->addGlobal('order_as_gift_css', 14); 
        $instance->addGlobal('food_for_gift_css', 8); 
        $instance->addGlobal('beauty_page_css', 15); 
        $instance->addGlobal('component_css_version', 13); 
        $instance->addGlobal('slider_preview_css_version', 7); 
        $instance->addGlobal('tire_css_version', 6); 
        $instance->addGlobal('flowers_hot_lent_css_version', 42); 
        $instance->addGlobal('crt_fonts_css_version', 2); 
        $instance->addGlobal('beauty_masters_css_version', 28); 
        $instance->addGlobal('tire_js_version', 6); 
        $instance->addGlobal('delivery_js_version', 256); 
        $instance->addGlobal('mobile_landing_mobile_css_version', 14); 
        $instance->addGlobal('subscription_landing_css_version', 15); 
        $instance->addGlobal('delivery_common_js_version', 476); 
        $instance->addGlobal('mobile_delivery_js_version', 245); 
        $instance->addGlobal('offer_js_version', 375); 
        $instance->addGlobal('common_js_version', 1912); 
        $instance->addGlobal('common_old_js_version', 3419); 
        $instance->addGlobal('slivki_v1_js_version', 357); 
        $instance->addGlobal('subscription_js_version', 51); 
        $instance->addGlobal('mobile_script_js_version', 437); 
        $instance->addGlobal('category_js_version', 187); 
        $instance->addGlobal('mobile_category_js_version', 177); 
        $instance->addGlobal('videoguide_js_version', 29); 
        $instance->addGlobal('mobile_videoguide_js_version', 26); 
        $instance->addGlobal('phoenix_processing_address_js_version', 89); 
        $instance->addGlobal('phoenix_delivery_checkout_form_js_version', 81); 
        $instance->addGlobal('payment_order_page_js_version', 22); 
        $instance->addGlobal('payment_order_page_api_js_version', 19); 
        $instance->addGlobal('order_page_js_version', 50); 
        $instance->addGlobal('family_subscription_js_version', 22); 
        $instance->addGlobal('mobile_order_page_js_version', 61); 
        $instance->addGlobal('foodcort_maps_js_version', 41); 
        $instance->addGlobal('foodcort_main_js_version', 125); 
        $instance->addGlobal('statistics_offer_js_version', 19); 
        $instance->addGlobal('tires_common_js_version', 138); 
        $instance->addGlobal('time_block_category_js', 42); 
        $instance->addGlobal('offer_new_js_version', 338); 
        $instance->addGlobal('order_as_gift_js_version', 30); 
        $instance->addGlobal('share_certificate_for_cabinet_js_version', 10); 
        $instance->addGlobal('slider_preview_js_version', 10); 
        $instance->addGlobal('flowers_category_carousel_js_version', 50); 
        $instance->addGlobal('map_index_page_js_version', 22); 
        $instance->addGlobal('sales_js_version', 57); 
        $instance->addGlobal('mobile_sales_js_version', 11); 
        $instance->addGlobal('gtranslate_js_version', 3); 
        $instance->addGlobal('api_work_examples_js_version', 34); 
        $instance->addGlobal('work_examples_js_version', 74); 
        $instance->addGlobal('main_map_beauty_js_version', 15); 
        $instance->addGlobal('beauty_masters_js_version', 53); 
        $instance->addGlobal('helper_version_js', 57); 
        $instance->addGlobal('offer_description_items_js_version', 13); 
        $instance->addGlobal('online_booking_js_version', 15); 
        $instance->addGlobal('story_slider_js_version', 2); 
        $instance->addGlobal('oplati_js_version', 22); 
        $instance->addGlobal('food_has_variant_js_version', 7); 
        $instance->addGlobal('cookies_js_version', 5); 
        $instance->addGlobal('partner_offer_js_version', 4); 
        $instance->addGlobal('partner_work_example_js_version', 3); 
        $instance->addGlobal('admin_css_version', 108); 
        $instance->addGlobal('admin_offers_js_version', 149); 
        $instance->addGlobal('admin_script_js_version', 638); 
        $instance->addGlobal('admin_tag_js_version', 3); 
        $instance->addGlobal('admin_beauty_js_version', 13); 
        $instance->addGlobal('admin_slivki_delivery_js_version', 2); 
        $instance->addGlobal('admin_employee_js_version', 2); 
        $instance->addGlobal('admin_banner_js_version', 4); 
        $instance->addGlobal('admin_dating_js_version', 3); 
        $instance->addGlobal('admin_dashboard_js_version', 4); 
        $instance->addGlobal('admin_slivki_delivery_zone_js_version', 2); 
        $instance->registerUndefinedFilterCallback([0 => $l, 1 => 'suggestFilter']); 
        $instance->registerUndefinedFunctionCallback([0 => $l, 1 => 'suggestFunction']); 
        $instance->registerUndefinedTokenParserCallback([0 => $l, 1 => 'suggestTag']); 
        (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public '.container.private.validator' shared service. 
     * 
     * @return \Symfony\Component\Validator\Validator\TraceableValidator 
     */ 
    protected function get_Container_Private_ValidatorService() 
    { 
        $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()); 
 
        if (isset($this->services['.container.private.validator'])) { 
            return $this->services['.container.private.validator']; 
        } 
 
        return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator()); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\BannerService' shared autowired service. 
     * 
     * @return \Slivki\Services\BannerService 
     */ 
    protected function getBannerServiceService() 
    { 
        $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()); 
 
        if (isset($this->services['Slivki\\Services\\BannerService'])) { 
            return $this->services['Slivki\\Services\\BannerService']; 
        } 
 
        return $this->services['Slivki\\Services\\BannerService'] = new \Slivki\Services\BannerService($a, $this, ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['Slivki\\Repository\\Banner\\MobileAppBannerRepositoryInterface'] ?? $this->getMobileAppBannerRepositoryInterfaceService()), ($this->privates['Slivki\\Repository\\Banner\\CommentsBannerRepositoryInterface'] ?? $this->getCommentsBannerRepositoryInterfaceService())); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\CacheService' shared autowired service. 
     * 
     * @return \Slivki\Services\CacheService 
     */ 
    protected function getCacheServiceService() 
    { 
        return $this->services['Slivki\\Services\\CacheService'] = new \Slivki\Services\CacheService(($this->services['Slivki\\Services\\TextCacheService'] ?? ($this->services['Slivki\\Services\\TextCacheService'] = new \Slivki\Services\TextCacheService()))); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\City\CityCacheService' shared autowired service. 
     * 
     * @return \Slivki\Services\City\CityCacheService 
     */ 
    protected function getCityCacheServiceService() 
    { 
        return $this->services['Slivki\\Services\\City\\CityCacheService'] = new \Slivki\Services\City\CityCacheService(($this->privates['Slivki\\Repository\\City\\CityRepository'] ?? $this->getCityRepositoryService())); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\DeviceTypeService' shared autowired service. 
     * 
     * @return \Slivki\Services\DeviceTypeService 
     */ 
    protected function getDeviceTypeServiceService() 
    { 
        return $this->services['Slivki\\Services\\DeviceTypeService'] = new \Slivki\Services\DeviceTypeService(); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\LogFormatter' shared autowired service. 
     * 
     * @return \Slivki\Services\LogFormatter 
     */ 
    protected function getLogFormatterService() 
    { 
        return $this->services['Slivki\\Services\\LogFormatter'] = new \Slivki\Services\LogFormatter(); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\MailingCampaign\Partner\PartnerMailingCampaignClickHandler' shared autowired service. 
     * 
     * @return \Slivki\Services\MailingCampaign\Partner\PartnerMailingCampaignClickHandler 
     */ 
    protected function getPartnerMailingCampaignClickHandlerService() 
    { 
        return $this->services['Slivki\\Services\\MailingCampaign\\Partner\\PartnerMailingCampaignClickHandler'] = new \Slivki\Services\MailingCampaign\Partner\PartnerMailingCampaignClickHandler(($this->privates['Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepositoryInterface'] ?? $this->getPartnerMailingCampaignActionRepositoryInterfaceService()), ($this->services['Slivki\\Services\\DeviceTypeService'] ?? ($this->services['Slivki\\Services\\DeviceTypeService'] = new \Slivki\Services\DeviceTypeService()))); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\Order\DeliveryLinkDomainGetter' shared autowired service. 
     * 
     * @return \Slivki\Services\Order\DeliveryLinkDomainGetter 
     */ 
    protected function getDeliveryLinkDomainGetterService() 
    { 
        return $this->services['Slivki\\Services\\Order\\DeliveryLinkDomainGetter'] = new \Slivki\Services\Order\DeliveryLinkDomainGetter(); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\RTBHouseService' shared autowired service. 
     * 
     * @return \Slivki\Services\RTBHouseService 
     */ 
    protected function getRTBHouseServiceService() 
    { 
        return $this->services['Slivki\\Services\\RTBHouseService'] = new \Slivki\Services\RTBHouseService(); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\Sidebar\SidebarCacheService' shared autowired service. 
     * 
     * @return \Slivki\Services\Sidebar\SidebarCacheService 
     */ 
    protected function getSidebarCacheServiceService() 
    { 
        $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()); 
 
        if (isset($this->services['Slivki\\Services\\Sidebar\\SidebarCacheService'])) { 
            return $this->services['Slivki\\Services\\Sidebar\\SidebarCacheService']; 
        } 
 
        return $this->services['Slivki\\Services\\Sidebar\\SidebarCacheService'] = new \Slivki\Services\Sidebar\SidebarCacheService($a, ($this->services['Slivki\\Services\\TextCacheService'] ?? ($this->services['Slivki\\Services\\TextCacheService'] = new \Slivki\Services\TextCacheService()))); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\Switcher\FeatureStateEvaluator' shared autowired service. 
     * 
     * @return \Slivki\Services\Switcher\FeatureStateEvaluator 
     */ 
    protected function getFeatureStateEvaluatorService() 
    { 
        return $this->services['Slivki\\Services\\Switcher\\FeatureStateEvaluator'] = new \Slivki\Services\Switcher\FeatureStateEvaluator(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['Slivki\\Services\\UserGetter'] ?? $this->getUserGetterService())); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\Switcher\ServerFeatureStateManager' shared autowired service. 
     * 
     * @return \Slivki\Services\Switcher\ServerFeatureStateManager 
     */ 
    protected function getServerFeatureStateManagerService() 
    { 
        return $this->services['Slivki\\Services\\Switcher\\ServerFeatureStateManager'] = new \Slivki\Services\Switcher\ServerFeatureStateManager(($this->privates['Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepositoryInterface'] ?? $this->getServerFeatureStateRepositoryInterface2Service()), ($this->services['Slivki\\Services\\Switcher\\FeatureStateEvaluator'] ?? $this->getFeatureStateEvaluatorService())); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\TextCacheService' shared autowired service. 
     * 
     * @return \Slivki\Services\TextCacheService 
     */ 
    protected function getTextCacheServiceService() 
    { 
        return $this->services['Slivki\\Services\\TextCacheService'] = new \Slivki\Services\TextCacheService(); 
    } 
 
    /** 
     * Gets the public 'Slivki\Services\UserGetter' shared autowired service. 
     * 
     * @return \Slivki\Services\UserGetter 
     */ 
    protected function getUserGetterService() 
    { 
        return $this->services['Slivki\\Services\\UserGetter'] = new \Slivki\Services\UserGetter(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())); 
    } 
 
    /** 
     * Gets the public 'cache.app' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_AppService() 
    { 
        $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XCLjALYsKp', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true)))); 
        $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())); 
 
        return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a); 
    } 
 
    /** 
     * Gets the public 'cache.system' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_SystemService() 
    { 
        return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('139ba2pdcE', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the public 'cache.validator_expression_language' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_ValidatorExpressionLanguageService() 
    { 
        return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Wm42y2iniB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the public 'data_collector.dump' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector 
     */ 
    protected function getDataCollector_DumpService() 
    { 
        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())); 
    } 
 
    /** 
     * Gets the public 'doctrine' shared service. 
     * 
     * @return \Doctrine\Bundle\DoctrineBundle\Registry 
     */ 
    protected function getDoctrineService() 
    { 
        return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'); 
    } 
 
    /** 
     * Gets the public 'doctrine.dbal.admin_connection' shared service. 
     * 
     * @return \Doctrine\DBAL\Connection 
     */ 
    protected function getDoctrine_Dbal_AdminConnectionService() 
    { 
        $a = new \Doctrine\DBAL\Configuration(); 
        $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.admin'] ?? ($this->privates['doctrine.dbal.logger.profiling.admin'] = new \Doctrine\DBAL\Logging\DebugStack()))])); 
 
        return $this->services['doctrine.dbal.admin_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_ADMIN_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'doctrine.orm.admin_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.admin_listeners.attach_entity_listeners', 'getDoctrine_Orm_AdminListeners_AttachEntityListenersService', true], 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true], 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true], 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true], 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true], 
        ], [ 
            'doctrine.orm.admin_listeners.attach_entity_listeners' => '?', 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?', 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?', 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?', 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => '?', 
        ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.admin_listeners.attach_entity_listeners']]), []); 
    } 
 
    /** 
     * Gets the public 'doctrine.dbal.site_connection' shared service. 
     * 
     * @return \Doctrine\DBAL\Connection 
     */ 
    protected function getDoctrine_Dbal_SiteConnectionService() 
    { 
        $a = new \Doctrine\DBAL\Configuration(); 
        $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.site'] ?? ($this->privates['doctrine.dbal.logger.profiling.site'] = new \Doctrine\DBAL\Logging\DebugStack()))])); 
 
        return $this->services['doctrine.dbal.site_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', true], 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true], 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true], 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true], 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true], 
        ], [ 
            'doctrine.orm.default_listeners.attach_entity_listeners' => '?', 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?', 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?', 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?', 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => '?', 
        ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []); 
    } 
 
    /** 
     * Gets the public 'doctrine.dbal.subscription_connection' shared service. 
     * 
     * @return \Doctrine\DBAL\Connection 
     */ 
    protected function getDoctrine_Dbal_SubscriptionConnectionService() 
    { 
        $a = new \Doctrine\DBAL\Configuration(); 
        $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([0 => ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), 1 => ($this->privates['doctrine.dbal.logger.profiling.subscription'] ?? ($this->privates['doctrine.dbal.logger.profiling.subscription'] = new \Doctrine\DBAL\Logging\DebugStack()))])); 
 
        return $this->services['doctrine.dbal.subscription_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['url' => $this->getEnv('resolve:SUBSCRIPTION_DATABASE_URL'), 'driver' => 'pdo_mysql', 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', true], 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', true], 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', true], 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates', 'doctrine.orm.messenger.doctrine_schema_subscriber', 'getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService', true], 
            'doctrine.orm.subscription_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.subscription_listeners.attach_entity_listeners', 'getDoctrine_Orm_SubscriptionListeners_AttachEntityListenersService', true], 
        ], [ 
            'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?', 
            'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?', 
            'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?', 
            'doctrine.orm.messenger.doctrine_schema_subscriber' => '?', 
            'doctrine.orm.subscription_listeners.attach_entity_listeners' => '?', 
        ]), [0 => 'doctrine.orm.messenger.doctrine_schema_subscriber', 1 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 2 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 3 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 4 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.subscription_listeners.attach_entity_listeners']]), []); 
    } 
 
    /** 
     * Gets the public 'doctrine.orm.admin_entity_manager' shared service. 
     * 
     * @return \Doctrine\ORM\EntityManager 
     */ 
    protected function getDoctrine_Orm_AdminEntityManagerService($lazyLoad = true) 
    { 
        if ($lazyLoad) { 
            return $this->services['doctrine.orm.admin_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () { 
                return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { 
                    $wrappedInstance = $this->getDoctrine_Orm_AdminEntityManagerService(false); 
 
                    $proxy->setProxyInitializer(null); 
 
                    return true; 
                }); 
            }); 
        } 
 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php'; 
 
        $a = new \Doctrine\ORM\Configuration(); 
 
        $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(); 
        $b->addDriver(($this->privates['doctrine.orm.admin_xml_metadata_driver'] ?? $this->getDoctrine_Orm_AdminXmlMetadataDriverService()), 'Slivki\\Entity'); 
 
        $a->setEntityNamespaces(['Slivki' => 'Slivki\\Entity']); 
        $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
        $a->setQueryCache(($this->privates['cache.doctrine.orm.admin.query'] ?? $this->getCache_Doctrine_Orm_Admin_QueryService())); 
        $a->setResultCache(($this->privates['cache.doctrine.orm.admin.result'] ?? $this->getCache_Doctrine_Orm_Admin_ResultService())); 
        $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()))); 
        $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies')); 
        $a->setProxyNamespace('Proxies'); 
        $a->setAutoGenerateProxyClasses(true); 
        $a->setSchemaIgnoreClasses([]); 
        $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); 
        $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); 
        $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true)))); 
        $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()))); 
        $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this)); 
        $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService())); 
        $a->addCustomStringFunction('replace', 'Slivki\\Doctrine\\DQL\\ReplaceFunction'); 
        $a->addCustomStringFunction('first', 'Slivki\\Doctrine\\DQL\\FirstFunction'); 
        $a->addCustomStringFunction('date', 'Slivki\\Doctrine\\DQL\\DateFunction'); 
        $a->addCustomStringFunction('RAND', 'Slivki\\Doctrine\\DQL\\RandFunction'); 
        $a->addCustomStringFunction('JSONB_CONTAINS', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonbContains'); 
        $a->addCustomStringFunction('JSON_GET', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonGet'); 
        $a->addCustomStringFunction('TO_CHAR', 'Slivki\\Doctrine\\DQL\\ToCharFunction'); 
 
        $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.admin_connection'] ?? $this->getDoctrine_Dbal_AdminConnectionService()), $a); 
 
        (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public 'doctrine.orm.default_entity_manager' shared service. 
     * 
     * @return \Doctrine\ORM\EntityManager 
     */ 
    protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) 
    { 
        if ($lazyLoad) { 
            return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () { 
                return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { 
                    $wrappedInstance = $this->getDoctrine_Orm_DefaultEntityManagerService(false); 
 
                    $proxy->setProxyInitializer(null); 
 
                    return true; 
                }); 
            }); 
        } 
 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php'; 
 
        $a = new \Doctrine\ORM\Configuration(); 
 
        $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(); 
        $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Slivki\\Entity'); 
        $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Slivki\\Bundle\\RKeeperBundle\\Entity'); 
 
        $a->setEntityNamespaces(['Slivki' => 'Slivki\\Entity', 'RKeeperBundle' => 'Slivki\\Bundle\\RKeeperBundle\\Entity']); 
        $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
        $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())); 
        $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())); 
        $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()))); 
        $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies')); 
        $a->setProxyNamespace('Proxies'); 
        $a->setAutoGenerateProxyClasses(true); 
        $a->setSchemaIgnoreClasses([]); 
        $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); 
        $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); 
        $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true)))); 
        $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()))); 
        $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this)); 
        $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService())); 
        $a->addCustomStringFunction('replace', 'Slivki\\Doctrine\\DQL\\ReplaceFunction'); 
        $a->addCustomStringFunction('first', 'Slivki\\Doctrine\\DQL\\FirstFunction'); 
        $a->addCustomStringFunction('date', 'Slivki\\Doctrine\\DQL\\DateFunction'); 
        $a->addCustomStringFunction('RAND', 'Slivki\\Doctrine\\DQL\\RandFunction'); 
        $a->addCustomStringFunction('JSONB_CONTAINS', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonbContains'); 
        $a->addCustomStringFunction('JSON_GET', 'Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Postgresql\\JsonGet'); 
        $a->addCustomStringFunction('TO_CHAR', 'Slivki\\Doctrine\\DQL\\ToCharFunction'); 
        $a->addCustomStringFunction('ST_AsGeoJSON', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON'); 
        $a->addCustomStringFunction('ST_GeomFromGeoJSON', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON'); 
        $a->addCustomStringFunction('ST_Distance', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_Distance'); 
        $a->addCustomStringFunction('ST_Point', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_Point'); 
        $a->addCustomStringFunction('ST_Transform', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_Transform'); 
        $a->addCustomStringFunction('ST_SetSRID', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_SetSRID'); 
        $a->addCustomStringFunction('ST_GeomFromText', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromText'); 
        $a->addCustomStringFunction('ST_Distance_Sphere', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_Distance_Sphere'); 
        $a->addCustomStringFunction('Geography', 'Jsor\\Doctrine\\PostGIS\\Functions\\Geography'); 
        $a->addCustomStringFunction('ST_GeogFromText', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeogFromText'); 
        $a->addCustomStringFunction('ST_Contains', 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_Contains'); 
        $a->addCustomStringFunction('GeomFromEWKT', 'Slivki\\Doctrine\\DQL\\GeomFromEWKT'); 
 
        $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.site_connection'] ?? $this->getDoctrine_Dbal_SiteConnectionService()), $a); 
 
        (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public 'doctrine.orm.subscription_entity_manager' shared service. 
     * 
     * @return \Doctrine\ORM\EntityManager 
     */ 
    protected function getDoctrine_Orm_SubscriptionEntityManagerService($lazyLoad = true) 
    { 
        if ($lazyLoad) { 
            return $this->services['doctrine.orm.subscription_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () { 
                return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) { 
                    $wrappedInstance = $this->getDoctrine_Orm_SubscriptionEntityManagerService(false); 
 
                    $proxy->setProxyInitializer(null); 
 
                    return true; 
                }); 
            }); 
        } 
 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php'; 
        include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php'; 
 
        $a = new \Doctrine\ORM\Configuration(); 
        $a->setEntityNamespaces([]); 
        $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
        $a->setQueryCache(($this->privates['cache.doctrine.orm.subscription.query'] ?? $this->getCache_Doctrine_Orm_Subscription_QueryService())); 
        $a->setResultCache(($this->privates['cache.doctrine.orm.subscription.result'] ?? $this->getCache_Doctrine_Orm_Subscription_ResultService())); 
        $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver(new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain(), ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()))); 
        $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies')); 
        $a->setProxyNamespace('Proxies'); 
        $a->setAutoGenerateProxyClasses(true); 
        $a->setSchemaIgnoreClasses([]); 
        $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); 
        $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); 
        $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy()); 
        $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()))); 
        $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this)); 
        $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService())); 
 
        $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.subscription_connection'] ?? $this->getDoctrine_Dbal_SubscriptionConnectionService()), $a); 
 
        (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public 'event_dispatcher' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher 
     */ 
    protected function getEventDispatcherService() 
    { 
        $a = new \Symfony\Bridge\Monolog\Logger('event'); 
        $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $a->pushHandler(new \Monolog\Handler\NullHandler()); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a); 
 
        $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))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))); 
 
        $instance->addListener('kernel.exception', [0 => function () { 
            return ($this->privates['published_message.listener'] ?? $this->load('getPublishedMessage_ListenerService')); 
        }, 1 => 'onKernelException'], 0); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())); 
        }, 1 => 'onKernelController'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService')); 
        }, 1 => 'checkPassport'], 1024); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service()); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService()); 
        }, 1 => 'onKernelRequest'], 0); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['Slivki\\EventSubscriber\\KernelControllerSubscriber'] ?? $this->getKernelControllerSubscriberService()); 
        }, 1 => 'onKernelRequest'], 33); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['Slivki\\EventSubscriber\\KernelControllerSubscriber'] ?? $this->getKernelControllerSubscriberService()); 
        }, 1 => 'onKernelResponse'], 33); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false))); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener())); 
        }, 1 => 'onKernelResponse'], -1024); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService()); 
        }, 1 => 'setDefaultLocale'], 100); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService()); 
        }, 1 => 'onKernelRequest'], 16); 
        $instance->addListener('kernel.finish_request', [0 => function () { 
            return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService()); 
        }, 1 => 'onKernelFinishRequest'], 0); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener())); 
        }, 1 => 'onKernelRequest'], 256); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener())); 
        }, 1 => 'onResponse'], -255); 
        $instance->addListener('kernel.controller_arguments', [0 => function () { 
            return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()); 
        }, 1 => 'onControllerArguments'], 0); 
        $instance->addListener('kernel.exception', [0 => function () { 
            return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()); 
        }, 1 => 'logKernelException'], 0); 
        $instance->addListener('kernel.exception', [0 => function () { 
            return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()); 
        }, 1 => 'onKernelException'], -128); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()); 
        }, 1 => 'removeCspHeader'], -128); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService()); 
        }, 1 => 'onKernelRequest'], 15); 
        $instance->addListener('kernel.finish_request', [0 => function () { 
            return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService()); 
        }, 1 => 'onKernelFinishRequest'], -15); 
        $instance->addListener('console.error', [0 => function () { 
            return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService')); 
        }, 1 => 'onConsoleError'], -128); 
        $instance->addListener('console.terminate', [0 => function () { 
            return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService')); 
        }, 1 => 'onConsoleTerminate'], -128); 
        $instance->addListener('console.error', [0 => function () { 
            return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber())); 
        }, 1 => 'onConsoleError'], 0); 
        $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () { 
            return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL))); 
        }, 1 => 'onMessage'], -255); 
        $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () { 
            return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())); 
        }, 1 => 'onMessage'], -255); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService()); 
        }, 1 => 'configure'], 2048); 
        $instance->addListener('console.command', [0 => function () { 
            return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService()); 
        }, 1 => 'configure'], 2048); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService()); 
        }, 1 => 'onKernelRequest'], 32); 
        $instance->addListener('kernel.finish_request', [0 => function () { 
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService()); 
        }, 1 => 'onKernelFinishRequest'], 0); 
        $instance->addListener('kernel.exception', [0 => function () { 
            return ($this->privates['router_listener'] ?? $this->getRouterListenerService()); 
        }, 1 => 'onKernelException'], -64); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener())); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService()); 
        }, 1 => 'onKernelRequest'], 128); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService()); 
        }, 1 => 'onKernelResponse'], -1000); 
        $instance->addListener('kernel.finish_request', [0 => function () { 
            return ($this->privates['session_listener'] ?? $this->getSessionListenerService()); 
        }, 1 => 'onFinishRequest'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () { 
            return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService')); 
        }, 1 => 'onMessageFailed'], 100); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () { 
            return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener())); 
        }, 1 => 'onMessageFailed'], 200); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [0 => function () { 
            return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService')); 
        }, 1 => 'onWorkerStarted'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () { 
            return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService')); 
        }, 1 => 'onWorkerRunning'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () { 
            return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener())); 
        }, 1 => 'onMessageFailed'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [0 => function () { 
            return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener())); 
        }, 1 => 'onWorkerRunning'], 0); 
        $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () { 
            return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener())); 
        }, 1 => 'onNotification'], -255); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        }, 1 => 'onKernelResponse'], -100); 
        $instance->addListener('kernel.exception', [0 => function () { 
            return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        }, 1 => 'onKernelException'], 0); 
        $instance->addListener('kernel.terminate', [0 => function () { 
            return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService()); 
        }, 1 => 'onKernelTerminate'], -1024); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()); 
        }, 1 => 'onKernelController'], 0); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener())); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')); 
        }, 1 => 'checkPassport'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () { 
            return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService')); 
        }, 1 => 'onLoginSuccess'], 0); 
        $instance->addListener('debug.security.authorization.vote', [0 => function () { 
            return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService')); 
        }, 1 => 'onVoterVote'], 0); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()); 
        }, 1 => 'configureLogoutUrlGenerator'], 8); 
        $instance->addListener('kernel.request', [0 => function () { 
            return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()); 
        }, 1 => 'onKernelRequest'], 8); 
        $instance->addListener('kernel.finish_request', [0 => function () { 
            return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()); 
        }, 1 => 'onKernelFinishRequest'], 0); 
        $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () { 
            return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService')); 
        }, 1 => 'onMessage'], 0); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService()); 
        }, 1 => 'onKernelResponse'], -128); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService()); 
        }, 1 => 'onKernelController'], 0); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService()); 
        }, 1 => 'onKernelController'], 0); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService()); 
        }, 1 => 'onKernelController'], -128); 
        $instance->addListener('kernel.view', [0 => function () { 
            return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService()); 
        }, 1 => 'onKernelView'], 0); 
        $instance->addListener('kernel.controller', [0 => function () { 
            return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())); 
        }, 1 => 'onKernelController'], 0); 
        $instance->addListener('kernel.response', [0 => function () { 
            return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener())); 
        }, 1 => 'onKernelResponse'], 0); 
        $instance->addListener('kernel.controller_arguments', [0 => function () { 
            return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService()); 
        }, 1 => 'onKernelControllerArguments'], 0); 
        $instance->addListener('kernel.controller_arguments', [0 => function () { 
            return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService()); 
        }, 1 => 'onKernelControllerArguments'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [0 => function () { 
            return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService')); 
        }, 1 => 'onWorkerMessageHandled'], 0); 
        $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [0 => function () { 
            return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService')); 
        }, 1 => 'onWorkerMessageFailed'], 0); 
        $instance->addListener('console.command', [0 => function () { 
            return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()); 
        }, 1 => 'onCommand'], 255); 
        $instance->addListener('console.terminate', [0 => function () { 
            return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()); 
        }, 1 => 'onTerminate'], -255); 
        $instance->addListener('console.command', [0 => function () { 
            return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService')); 
        }, 1 => 'configure'], 1024); 
        $instance->addListener('console.error', [0 => function () { 
            return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())); 
        }, 1 => 'onConsoleError'], 0); 
        $instance->addListener('console.terminate', [0 => function () { 
            return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber())); 
        }, 1 => 'onConsoleTerminate'], 0); 
        $instance->addListener('knp_pager.before', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())); 
        }, 1 => 'before'], 0); 
        $instance->addListener('knp_pager.pagination', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber())); 
        }, 1 => 'pagination'], 0); 
        $instance->addListener('knp_pager.before', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber())); 
        }, 1 => 'before'], 1); 
        $instance->addListener('knp_pager.before', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber())); 
        }, 1 => 'before'], 1); 
        $instance->addListener('knp_pager.pagination', [0 => function () { 
            return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService()); 
        }, 1 => 'pagination'], 1); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService')); 
        }, 1 => 'checkPassport'], 512); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () { 
            return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService')); 
        }, 1 => 'onLogout'], 0); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public 'http_kernel' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\HttpKernel 
     */ 
    protected function getHttpKernelService() 
    { 
        $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()); 
 
        if (isset($this->services['http_kernel'])) { 
            return $this->services['http_kernel']; 
        } 
        $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))); 
 
        return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $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 () { 
            yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService')); 
            yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService')); 
            yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService')); 
            yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService')); 
            yield 4 => ($this->privates['debug.Slivki\\ArgumentResolver\\BodyRequestResolver'] ?? $this->load('getBodyRequestResolverService')); 
            yield 5 => ($this->privates['debug.Slivki\\ArgumentResolver\\FormDataRequestResolver'] ?? $this->load('getFormDataRequestResolverService')); 
            yield 6 => ($this->privates['debug.Slivki\\ArgumentResolver\\PartnerTokenResolver'] ?? $this->load('getPartnerTokenResolverService')); 
            yield 7 => ($this->privates['debug.Slivki\\ArgumentResolver\\QueryStringFilterRequestResolver'] ?? $this->load('getQueryStringFilterRequestResolverService')); 
            yield 8 => ($this->privates['debug.Slivki\\ArgumentResolver\\QueryStringRequestResolver'] ?? $this->load('getQueryStringRequestResolverService')); 
            yield 9 => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService')); 
            yield 10 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService')); 
            yield 11 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService')); 
            yield 12 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService')); 
        }, 13)), $b)); 
    } 
 
    /** 
     * Gets the public 'messenger.default_bus' shared service. 
     * 
     * @return \Symfony\Component\Messenger\TraceableMessageBus 
     */ 
    protected function getMessenger_DefaultBusService() 
    { 
        return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () { 
            yield 0 => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService')); 
            yield 1 => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default'))); 
            yield 2 => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware())); 
            yield 3 => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware())); 
            yield 4 => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware())); 
            yield 5 => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService')); 
            yield 6 => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService')); 
        }, 7))); 
    } 
 
    /** 
     * Gets the public 'request_stack' shared service. 
     * 
     * @return \Symfony\Component\HttpFoundation\RequestStack 
     */ 
    protected function getRequestStackService() 
    { 
        return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack(); 
    } 
 
    /** 
     * Gets the public 'router' shared service. 
     * 
     * @return \Symfony\Bundle\FrameworkBundle\Routing\Router 
     */ 
    protected function getRouterService() 
    { 
        $a = new \Symfony\Bridge\Monolog\Logger('router'); 
        $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a); 
 
        $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', true], 
        ], [ 
            'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface', 
        ]))->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))), $a, 'ru'); 
 
        $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService())); 
        $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService())); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the public 'translator' shared service. 
     * 
     * @return \Symfony\Component\Translation\DataCollectorTranslator 
     */ 
    protected function getTranslatorService() 
    { 
        return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService())); 
    } 
 
    /** 
     * Gets the public 'var_dumper.cloner' shared service. 
     * 
     * @return \Symfony\Component\VarDumper\Cloner\VarCloner 
     */ 
    protected function getVarDumper_ClonerService() 
    { 
        $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner(); 
 
        $instance->setMaxItems(2500); 
        $instance->setMinDepth(1); 
        $instance->setMaxString(-1); 
        $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private '.debug.http_client' shared service. 
     * 
     * @return \Symfony\Component\HttpClient\TraceableHttpClient 
     */ 
    protected function get_Debug_HttpClientService() 
    { 
        $a = \Symfony\Component\HttpClient\HttpClient::create([], 6); 
 
        $b = new \Symfony\Bridge\Monolog\Logger('http_client'); 
        $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b); 
 
        $a->setLogger($b); 
 
        return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))); 
    } 
 
    /** 
     * Gets the private '.service_locator.KLVvNIq' shared service. 
     * 
     * @return \Symfony\Component\DependencyInjection\ServiceLocator 
     */ 
    protected function get_ServiceLocator_KLVvNIqService() 
    { 
        return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', true], 
            'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', true], 
        ], [ 
            'doctrine.ulid_generator' => '?', 
            'doctrine.uuid_generator' => '?', 
        ]); 
    } 
 
    /** 
     * Gets the private '.service_locator.tYdTFua' shared service. 
     * 
     * @return \Symfony\Component\DependencyInjection\ServiceLocator 
     */ 
    protected function get_ServiceLocator_TYdTFuaService() 
    { 
        return $this->privates['.service_locator.tYdTFua'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', true], 
            'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', true], 
            'security.firewall.map.context.mobile_api' => ['privates', 'security.firewall.map.context.mobile_api', 'getSecurity_Firewall_Map_Context_MobileApiService', true], 
            'security.firewall.map.context.mobile_partner' => ['privates', 'security.firewall.map.context.mobile_partner', 'getSecurity_Firewall_Map_Context_MobilePartnerService', true], 
        ], [ 
            'security.firewall.map.context.dev' => '?', 
            'security.firewall.map.context.main' => '?', 
            'security.firewall.map.context.mobile_api' => '?', 
            'security.firewall.map.context.mobile_partner' => '?', 
        ]); 
    } 
 
    /** 
     * Gets the private 'Slivki\Dao\GiftCertificate\GiftCertificateDaoInterface' shared autowired service. 
     * 
     * @return \Slivki\Dao\GiftCertificate\GiftCertificateDao 
     */ 
    protected function getGiftCertificateDaoInterfaceService() 
    { 
        $a = ($this->services['doctrine.dbal.site_connection'] ?? $this->getDoctrine_Dbal_SiteConnectionService()); 
 
        if (isset($this->privates['Slivki\\Dao\\GiftCertificate\\GiftCertificateDaoInterface'])) { 
            return $this->privates['Slivki\\Dao\\GiftCertificate\\GiftCertificateDaoInterface']; 
        } 
 
        return $this->privates['Slivki\\Dao\\GiftCertificate\\GiftCertificateDaoInterface'] = new \Slivki\Dao\GiftCertificate\GiftCertificateDao($a, ($this->privates['Slivki\\Factory\\Dto\\Settings\\PriceSettingsDtoFactory'] ?? ($this->privates['Slivki\\Factory\\Dto\\Settings\\PriceSettingsDtoFactory'] = new \Slivki\Factory\Dto\Settings\PriceSettingsDtoFactory()))); 
    } 
 
    /** 
     * Gets the private 'Slivki\Dao\OfferCode\PurchaseCountDaoInterface' shared autowired service. 
     * 
     * @return \Slivki\Dao\OfferCode\PurchaseCountDao 
     */ 
    protected function getPurchaseCountDaoInterfaceService() 
    { 
        $a = ($this->services['doctrine.dbal.site_connection'] ?? $this->getDoctrine_Dbal_SiteConnectionService()); 
 
        if (isset($this->privates['Slivki\\Dao\\OfferCode\\PurchaseCountDaoInterface'])) { 
            return $this->privates['Slivki\\Dao\\OfferCode\\PurchaseCountDaoInterface']; 
        } 
 
        return $this->privates['Slivki\\Dao\\OfferCode\\PurchaseCountDaoInterface'] = new \Slivki\Dao\OfferCode\PurchaseCountDao($a); 
    } 
 
    /** 
     * Gets the private 'Slivki\EventSubscriber\KernelControllerSubscriber' shared autowired service. 
     * 
     * @return \Slivki\EventSubscriber\KernelControllerSubscriber 
     */ 
    protected function getKernelControllerSubscriberService() 
    { 
        $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()); 
 
        if (isset($this->privates['Slivki\\EventSubscriber\\KernelControllerSubscriber'])) { 
            return $this->privates['Slivki\\EventSubscriber\\KernelControllerSubscriber']; 
        } 
 
        return $this->privates['Slivki\\EventSubscriber\\KernelControllerSubscriber'] = new \Slivki\EventSubscriber\KernelControllerSubscriber($a, ($this->services['Slivki\\Services\\City\\CityCacheService'] ?? $this->getCityCacheServiceService()), ($this->services['Slivki\\Services\\MailingCampaign\\Partner\\PartnerMailingCampaignClickHandler'] ?? $this->getPartnerMailingCampaignClickHandlerService()), ($this->privates['Slivki\\Services\\City\\CityProvider'] ?? $this->getCityProviderService()), $this->getEnv('BASE_DOMAIN')); 
    } 
 
    /** 
     * Gets the private 'Slivki\Repository\Banner\CommentsBannerRepositoryInterface' shared autowired service. 
     * 
     * @return \Slivki\Repository\Banner\CommentsBannerRepository 
     */ 
    protected function getCommentsBannerRepositoryInterfaceService() 
    { 
        return $this->privates['Slivki\\Repository\\Banner\\CommentsBannerRepositoryInterface'] = new \Slivki\Repository\Banner\CommentsBannerRepository(($this->services['doctrine'] ?? $this->getDoctrineService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Repository\Banner\MobileAppBannerRepositoryInterface' shared autowired service. 
     * 
     * @return \Slivki\Repository\Banner\MobileAppBannerRepository 
     */ 
    protected function getMobileAppBannerRepositoryInterfaceService() 
    { 
        return $this->privates['Slivki\\Repository\\Banner\\MobileAppBannerRepositoryInterface'] = new \Slivki\Repository\Banner\MobileAppBannerRepository(($this->services['doctrine'] ?? $this->getDoctrineService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Repository\City\CityRepository' shared autowired service. 
     * 
     * @return \Slivki\Repository\City\CityRepository 
     */ 
    protected function getCityRepositoryService() 
    { 
        return $this->privates['Slivki\\Repository\\City\\CityRepository'] = new \Slivki\Repository\City\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepositoryInterface' shared autowired service. 
     * 
     * @return \Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository 
     */ 
    protected function getPartnerMailingCampaignActionRepositoryInterfaceService() 
    { 
        return $this->privates['Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepositoryInterface'] = new \Slivki\Repository\MailingCampaign\PartnerMailingCampaignActionRepository(($this->services['doctrine'] ?? $this->getDoctrineService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Repository\ServerFeature\ServerFeatureStateRepositoryInterface' shared autowired service. 
     * 
     * @return \Slivki\Repository\ServerFeature\ServerFeatureStateRepository 
     */ 
    protected function getServerFeatureStateRepositoryInterface2Service() 
    { 
        return $this->privates['Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepositoryInterface'] = new \Slivki\Repository\ServerFeature\ServerFeatureStateRepository(($this->services['doctrine'] ?? $this->getDoctrineService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Services\City\CityProvider' shared autowired service. 
     * 
     * @return \Slivki\Services\City\CityProvider 
     */ 
    protected function getCityProviderService() 
    { 
        return $this->privates['Slivki\\Services\\City\\CityProvider'] = new \Slivki\Services\City\CityProvider($this->getEnv('int:DEFAULT_CITY_ID'), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())); 
    } 
 
    /** 
     * Gets the private 'Slivki\Services\ImageService' shared autowired service. 
     * 
     * @return \Slivki\Services\ImageService 
     */ 
    protected function getImageServiceService() 
    { 
        $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()); 
 
        if (isset($this->privates['Slivki\\Services\\ImageService'])) { 
            return $this->privates['Slivki\\Services\\ImageService']; 
        } 
 
        return $this->privates['Slivki\\Services\\ImageService'] = new \Slivki\Services\ImageService($a, ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('BASE_URL')); 
    } 
 
    /** 
     * Gets the private 'Slivki\Services\Order\GetLinkOnlineOrderService' shared autowired service. 
     * 
     * @return \Slivki\Services\Order\GetLinkOnlineOrderService 
     */ 
    protected function getGetLinkOnlineOrderServiceService() 
    { 
        $a = ($this->privates['Slivki\\Dao\\GiftCertificate\\GiftCertificateDaoInterface'] ?? $this->getGiftCertificateDaoInterfaceService()); 
 
        if (isset($this->privates['Slivki\\Services\\Order\\GetLinkOnlineOrderService'])) { 
            return $this->privates['Slivki\\Services\\Order\\GetLinkOnlineOrderService']; 
        } 
 
        return $this->privates['Slivki\\Services\\Order\\GetLinkOnlineOrderService'] = new \Slivki\Services\Order\GetLinkOnlineOrderService($a, ($this->services['Slivki\\Services\\Order\\DeliveryLinkDomainGetter'] ?? ($this->services['Slivki\\Services\\Order\\DeliveryLinkDomainGetter'] = new \Slivki\Services\Order\DeliveryLinkDomainGetter())), $this->getEnv('BASE_URL'), $this->getEnv('BASE_DOMAIN')); 
    } 
 
    /** 
     * Gets the private 'Slivki\Twig\SlivkiTwigExtension' shared autowired service. 
     * 
     * @return \Slivki\Twig\SlivkiTwigExtension 
     */ 
    protected function getSlivkiTwigExtensionService() 
    { 
        $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()); 
 
        if (isset($this->privates['Slivki\\Twig\\SlivkiTwigExtension'])) { 
            return $this->privates['Slivki\\Twig\\SlivkiTwigExtension']; 
        } 
        $b = ($this->privates['Slivki\\Services\\ImageService'] ?? $this->getImageServiceService()); 
 
        if (isset($this->privates['Slivki\\Twig\\SlivkiTwigExtension'])) { 
            return $this->privates['Slivki\\Twig\\SlivkiTwigExtension']; 
        } 
        $c = ($this->services['Slivki\\Services\\BannerService'] ?? $this->getBannerServiceService()); 
 
        if (isset($this->privates['Slivki\\Twig\\SlivkiTwigExtension'])) { 
            return $this->privates['Slivki\\Twig\\SlivkiTwigExtension']; 
        } 
        $d = ($this->services['Slivki\\Services\\Sidebar\\SidebarCacheService'] ?? $this->getSidebarCacheServiceService()); 
 
        if (isset($this->privates['Slivki\\Twig\\SlivkiTwigExtension'])) { 
            return $this->privates['Slivki\\Twig\\SlivkiTwigExtension']; 
        } 
        $e = ($this->privates['Slivki\\Dao\\OfferCode\\PurchaseCountDaoInterface'] ?? $this->getPurchaseCountDaoInterfaceService()); 
 
        if (isset($this->privates['Slivki\\Twig\\SlivkiTwigExtension'])) { 
            return $this->privates['Slivki\\Twig\\SlivkiTwigExtension']; 
        } 
 
        return $this->privates['Slivki\\Twig\\SlivkiTwigExtension'] = new \Slivki\Twig\SlivkiTwigExtension($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b, $c, ($this->services['Slivki\\Services\\TextCacheService'] ?? ($this->services['Slivki\\Services\\TextCacheService'] = new \Slivki\Services\TextCacheService())), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['Slivki\\Services\\CacheService'] ?? $this->getCacheServiceService()), ($this->services['Slivki\\Services\\RTBHouseService'] ?? ($this->services['Slivki\\Services\\RTBHouseService'] = new \Slivki\Services\RTBHouseService())), $d, ($this->services['Slivki\\Services\\Switcher\\ServerFeatureStateManager'] ?? $this->getServerFeatureStateManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $e); 
    } 
 
    /** 
     * Gets the private 'annotations.cache_adapter' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter 
     */ 
    protected function getAnnotations_CacheAdapterService() 
    { 
        return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())); 
    } 
 
    /** 
     * Gets the private 'annotations.cached_reader' shared service. 
     * 
     * @return \Doctrine\Common\Annotations\PsrCachedReader 
     */ 
    protected function getAnnotations_CachedReaderService() 
    { 
        return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true); 
    } 
 
    /** 
     * Gets the private 'annotations.reader' shared service. 
     * 
     * @return \Doctrine\Common\Annotations\AnnotationReader 
     */ 
    protected function getAnnotations_ReaderService() 
    { 
        $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader(); 
 
        $a = new \Doctrine\Common\Annotations\AnnotationRegistry(); 
        $a->registerUniqueLoader('class_exists'); 
 
        $instance->addGlobalIgnoredName('required', $a); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'cache.annotations' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_AnnotationsService() 
    { 
        return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TlG7RU0BSp', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.admin.query' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Admin_QueryService() 
    { 
        return $this->privates['cache.doctrine.orm.admin.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.admin.result' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Admin_ResultService() 
    { 
        return $this->privates['cache.doctrine.orm.admin.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.default.query' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Default_QueryService() 
    { 
        return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.default.result' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Default_ResultService() 
    { 
        return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.subscription.query' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Subscription_QueryService() 
    { 
        return $this->privates['cache.doctrine.orm.subscription.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.doctrine.orm.subscription.result' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Doctrine_Orm_Subscription_ResultService() 
    { 
        return $this->privates['cache.doctrine.orm.subscription.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter()); 
    } 
 
    /** 
     * Gets the private 'cache.messenger.restart_workers_signal' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_Messenger_RestartWorkersSignalService() 
    { 
        $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2pYCzGJVhd', 0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true)))); 
        $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())); 
 
        return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a); 
    } 
 
    /** 
     * Gets the private 'cache.property_info' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_PropertyInfoService() 
    { 
        return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('a-hCbDAYoy', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'cache.security_expression_language' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_SecurityExpressionLanguageService() 
    { 
        return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R4j+oRZ9DA', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'cache.security_token_verifier' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_SecurityTokenVerifierService() 
    { 
        return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iIL2Ktgpoh', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'cache.serializer' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_SerializerService() 
    { 
        return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Qh0sdakgMO', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'cache.validator' shared service. 
     * 
     * @return \Symfony\Component\Cache\Adapter\TraceableAdapter 
     */ 
    protected function getCache_ValidatorService() 
    { 
        return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2smPFjXqSw', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))); 
    } 
 
    /** 
     * Gets the private 'config_cache_factory' shared service. 
     * 
     * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory 
     */ 
    protected function getConfigCacheFactoryService() 
    { 
        return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () { 
            yield 0 => ($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))); 
            yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker())); 
        }, 2)); 
    } 
 
    /** 
     * Gets the private 'data_collector.form' shared service. 
     * 
     * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector 
     */ 
    protected function getDataCollector_FormService() 
    { 
        return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor()); 
    } 
 
    /** 
     * Gets the private 'data_collector.request' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector 
     */ 
    protected function getDataCollector_RequestService() 
    { 
        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()))); 
    } 
 
    /** 
     * Gets the private 'debug.debug_handlers_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener 
     */ 
    protected function getDebug_DebugHandlersListenerService() 
    { 
        $a = new \Symfony\Bridge\Monolog\Logger('php'); 
        $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a); 
 
        return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL); 
    } 
 
    /** 
     * Gets the private 'debug.file_link_formatter' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter 
     */ 
    protected function getDebug_FileLinkFormatterService() 
    { 
        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 () { 
            return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService')); 
        }); 
    } 
 
    /** 
     * Gets the private 'debug.log_processor' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor 
     */ 
    protected function getDebug_LogProcessorService() 
    { 
        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()))); 
    } 
 
    /** 
     * Gets the private 'debug.security.access.decision_manager' shared service. 
     * 
     * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager 
     */ 
    protected function getDebug_Security_Access_DecisionManagerService() 
    { 
        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 () { 
            yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService')); 
            yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService')); 
            yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService')); 
        }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false))); 
    } 
 
    /** 
     * Gets the private 'debug.security.firewall' shared service. 
     * 
     * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener 
     */ 
    protected function getDebug_Security_FirewallService() 
    { 
        $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()); 
 
        if (isset($this->privates['debug.security.firewall'])) { 
            return $this->privates['debug.security.firewall']; 
        } 
        $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()); 
 
        if (isset($this->privates['debug.security.firewall'])) { 
            return $this->privates['debug.security.firewall']; 
        } 
 
        return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())); 
    } 
 
    /** 
     * Gets the private 'doctrine.dbal.connection_factory' shared service. 
     * 
     * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory 
     */ 
    protected function getDoctrine_Dbal_ConnectionFactoryService() 
    { 
        return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']); 
    } 
 
    /** 
     * Gets the private 'doctrine.dbal.logger' shared service. 
     * 
     * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger 
     */ 
    protected function getDoctrine_Dbal_LoggerService() 
    { 
        $a = new \Symfony\Bridge\Monolog\Logger('doctrine'); 
        $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a); 
 
        return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))); 
    } 
 
    /** 
     * Gets the private 'doctrine.orm.admin_xml_metadata_driver' shared service. 
     * 
     * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver 
     */ 
    protected function getDoctrine_Orm_AdminXmlMetadataDriverService() 
    { 
        $this->privates['doctrine.orm.admin_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/src/Doctrine/config') => 'Slivki\\Entity']); 
 
        $instance->setGlobalBasename('mapping'); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'doctrine.orm.container_repository_factory' shared service. 
     * 
     * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory 
     */ 
    protected function getDoctrine_Orm_ContainerRepositoryFactoryService() 
    { 
        return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'Slivki\\BusinessFeature\\OnlineOrder\\DeliveryZone\\Repository\\OfferMapDeliveryZoneRepository' => ['privates', 'Slivki\\BusinessFeature\\OnlineOrder\\DeliveryZone\\Repository\\OfferMapDeliveryZoneRepository', 'getOfferMapDeliveryZoneRepositoryService', true], 
            'Slivki\\BusinessFeature\\Yclients\\Repository\\YclientDataRepository' => ['privates', 'Slivki\\BusinessFeature\\Yclients\\Repository\\YclientDataRepository', 'getYclientDataRepositoryService', true], 
            'Slivki\\Repository\\Banner\\CommentsBannerRepository' => ['privates', 'Slivki\\Repository\\Banner\\CommentsBannerRepository', 'getCommentsBannerRepositoryService', true], 
            'Slivki\\Repository\\Banner\\CommentsBannerRepositoryInterface' => ['privates', 'Slivki\\Repository\\Banner\\CommentsBannerRepositoryInterface', 'getCommentsBannerRepositoryInterfaceService', false], 
            'Slivki\\Repository\\Banner\\MobileAppBannerRepository' => ['privates', 'Slivki\\Repository\\Banner\\MobileAppBannerRepository', 'getMobileAppBannerRepositoryService', true], 
            'Slivki\\Repository\\Banner\\MobileAppBannerRepositoryInterface' => ['privates', 'Slivki\\Repository\\Banner\\MobileAppBannerRepositoryInterface', 'getMobileAppBannerRepositoryInterfaceService', false], 
            'Slivki\\Repository\\Banner\\MobileEntranceBannerRepository' => ['privates', 'Slivki\\Repository\\Banner\\MobileEntranceBannerRepository', 'getMobileEntranceBannerRepositoryService', true], 
            'Slivki\\Repository\\Banner\\MobileEntranceBannerRepositoryInterface' => ['privates', 'Slivki\\Repository\\Banner\\MobileEntranceBannerRepositoryInterface', 'getMobileEntranceBannerRepositoryInterface2Service', true], 
            'Slivki\\Repository\\Banner\\MobileFloatingBannerRepository' => ['privates', 'Slivki\\Repository\\Banner\\MobileFloatingBannerRepository', 'getMobileFloatingBannerRepositoryService', true], 
            'Slivki\\Repository\\BatchCodes\\BatchCodesCampaignHistoryRepository' => ['privates', 'Slivki\\Repository\\BatchCodes\\BatchCodesCampaignHistoryRepository', 'getBatchCodesCampaignHistoryRepositoryService', true], 
            'Slivki\\Repository\\BatchCodes\\BatchCodesOrderRepository' => ['privates', 'Slivki\\Repository\\BatchCodes\\BatchCodesOrderRepository', 'getBatchCodesOrderRepositoryService', true], 
            'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepository' => ['privates', 'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepository', 'getBatchCodesPlanRepositoryService', true], 
            'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepositoryInterface' => ['privates', 'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepositoryInterface', 'getBatchCodesPlanRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepository' => ['privates', 'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepository', 'getBeautyMasterRepositoryService', true], 
            'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepositoryInterface' => ['privates', 'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepositoryInterface', 'getBeautyMasterRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepository' => ['privates', 'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepository', 'getMasterCommentRepositoryService', true], 
            'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepositoryInterface' => ['privates', 'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepositoryInterface', 'getMasterCommentRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Bonus\\BonusRepository' => ['privates', 'Slivki\\Repository\\Bonus\\BonusRepository', 'getBonusRepositoryService', true], 
            'Slivki\\Repository\\Bonus\\BonusRepositoryInterface' => ['privates', 'Slivki\\Repository\\Bonus\\BonusRepositoryInterface', 'getBonusRepositoryInterface2Service', true], 
            'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepository' => ['privates', 'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepository', 'getCacheReloadSchedulerRepositoryService', true], 
            'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepositoryInterface' => ['privates', 'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepositoryInterface', 'getCacheReloadSchedulerRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Category\\CategoryRepository' => ['privates', 'Slivki\\Repository\\Category\\CategoryRepository', 'getCategoryRepositoryService', true], 
            'Slivki\\Repository\\Category\\CategoryRepositoryInterface' => ['privates', 'Slivki\\Repository\\Category\\CategoryRepositoryInterface', 'getCategoryRepositoryInterface2Service', true], 
            'Slivki\\Repository\\City\\CityRepository' => ['privates', 'Slivki\\Repository\\City\\CityRepository', 'getCityRepositoryService', false], 
            'Slivki\\Repository\\Comment\\CommentRepository' => ['privates', 'Slivki\\Repository\\Comment\\CommentRepository', 'getCommentRepositoryService', true], 
            'Slivki\\Repository\\Coupon\\CouponRepository' => ['privates', 'Slivki\\Repository\\Coupon\\CouponRepository', 'getCouponRepositoryService', true], 
            'Slivki\\Repository\\Coupon\\CouponRepositoryInterface' => ['privates', 'Slivki\\Repository\\Coupon\\CouponRepositoryInterface', 'getCouponRepositoryInterface2Service', true], 
            'Slivki\\Repository\\Dating\\Chat\\ChatRepository' => ['privates', 'Slivki\\Repository\\Dating\\Chat\\ChatRepository', 'getChatRepositoryService', true], 
            'Slivki\\Repository\\Dating\\Chat\\MessageRepository' => ['privates', 'Slivki\\Repository\\Dating\\Chat\\MessageRepository', 'getMessageRepositoryService', true], 
            'Slivki\\Repository\\Dating\\Chat\\OrderRepository' => ['privates', 'Slivki\\Repository\\Dating\\Chat\\OrderRepository', 'getOrderRepositoryService', true], 
            'Slivki\\Repository\\Dating\\GiftCertificateRepository' => ['privates', 'Slivki\\Repository\\Dating\\GiftCertificateRepository', 'getGiftCertificateRepository2Service', true], 
            'Slivki\\Repository\\Dating\\GiftCertificateRepositoryInterface' => ['privates', 'Slivki\\Repository\\Dating\\GiftCertificateRepositoryInterface', 'getGiftCertificateRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Dating\\GoalRepository' => ['privates', 'Slivki\\Repository\\Dating\\GoalRepository', 'getGoalRepositoryService', true], 
            'Slivki\\Repository\\Dating\\GoalRepositoryInterface' => ['privates', 'Slivki\\Repository\\Dating\\GoalRepositoryInterface', 'getGoalRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Dating\\ProfileLikeRepository' => ['privates', 'Slivki\\Repository\\Dating\\ProfileLikeRepository', 'getProfileLikeRepositoryService', true], 
            'Slivki\\Repository\\Dating\\ProfileLikeRepositoryInterface' => ['privates', 'Slivki\\Repository\\Dating\\ProfileLikeRepositoryInterface', 'getProfileLikeRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Dating\\ProfileRepository' => ['privates', 'Slivki\\Repository\\Dating\\ProfileRepository', 'getProfileRepositoryService', true], 
            'Slivki\\Repository\\Dating\\ProfileRepositoryInterface' => ['privates', 'Slivki\\Repository\\Dating\\ProfileRepositoryInterface', 'getProfileRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Delivery\\FoodFilterCounterRepository' => ['privates', 'Slivki\\Repository\\Delivery\\FoodFilterCounterRepository', 'getFoodFilterCounterRepositoryService', true], 
            'Slivki\\Repository\\Delivery\\FoodFilterCounterRepositoryInterface' => ['privates', 'Slivki\\Repository\\Delivery\\FoodFilterCounterRepositoryInterface', 'getFoodFilterCounterRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Director\\DirectorRepository' => ['privates', 'Slivki\\Repository\\Director\\DirectorRepository', 'getDirectorRepositoryService', true], 
            'Slivki\\Repository\\Director\\DirectorRepositoryInterface' => ['privates', 'Slivki\\Repository\\Director\\DirectorRepositoryInterface', 'getDirectorRepositoryInterfaceService', true], 
            'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepository' => ['privates', 'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepository', 'getEntityDescriptionRepositoryService', true], 
            'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepositoryInterface' => ['privates', 'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepositoryInterface', 'getEntityDescriptionRepositoryInterfaceService', true], 
            'Slivki\\Repository\\ExternalCode\\ExternalCodeRepository' => ['privates', 'Slivki\\Repository\\ExternalCode\\ExternalCodeRepository', 'getExternalCodeRepositoryService', true], 
            'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepository' => ['privates', 'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepository', 'getFoodCourtDishRepositoryService', true], 
            'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepositoryInterface' => ['privates', 'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepositoryInterface', 'getFoodCourtDishRepositoryInterface2Service', true], 
            'Slivki\\Repository\\FoodOfferExtensionRepository' => ['privates', 'Slivki\\Repository\\FoodOfferExtensionRepository', 'getFoodOfferExtensionRepositoryService', true], 
            'Slivki\\Repository\\GeoLocation\\GeoLocationRepository' => ['privates', 'Slivki\\Repository\\GeoLocation\\GeoLocationRepository', 'getGeoLocationRepositoryService', true], 
            'Slivki\\Repository\\GeoLocation\\GeoLocationRepositoryInterface' => ['privates', 'Slivki\\Repository\\GeoLocation\\GeoLocationRepositoryInterface', 'getGeoLocationRepositoryInterfaceService', true], 
            'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepository' => ['privates', 'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepository', 'getGiftCertificateRepositoryService', true], 
            'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepositoryInterface' => ['privates', 'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepositoryInterface', 'getGiftCertificateRepositoryInterface2Service', true], 
            'Slivki\\Repository\\GiftCertificate\\SchedulerOrderSubscriptionRepository' => ['privates', 'Slivki\\Repository\\GiftCertificate\\SchedulerOrderSubscriptionRepository', 'getSchedulerOrderSubscriptionRepositoryService', true], 
            'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepository' => ['privates', 'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepository', 'getMailingCampaignRepositoryService', true], 
            'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepositoryInterface' => ['privates', 'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepositoryInterface', 'getMailingCampaignRepositoryInterfaceService', true], 
            'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepository' => ['privates', 'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepository', 'getPartnerMailingCampaignActionRepositoryService', true], 
            'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepositoryInterface' => ['privates', 'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepositoryInterface', 'getPartnerMailingCampaignActionRepositoryInterfaceService', false], 
            'Slivki\\Repository\\MainMenu\\MainMenuRepository' => ['privates', 'Slivki\\Repository\\MainMenu\\MainMenuRepository', 'getMainMenuRepositoryService', true], 
            'Slivki\\Repository\\MainMenu\\MainMenuRepositoryInterface' => ['privates', 'Slivki\\Repository\\MainMenu\\MainMenuRepositoryInterface', 'getMainMenuRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepository', 'getCategoryMapPinIconMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepositoryInterface', 'getCategoryMapPinIconMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\CommentMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\CommentMediaRepository', 'getCommentMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\CommentMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\CommentMediaRepositoryInterface', 'getCommentMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\DatingProfileImageRepository' => ['privates', 'Slivki\\Repository\\Media\\DatingProfileImageRepository', 'getDatingProfileImageRepositoryService', true], 
            'Slivki\\Repository\\Media\\DatingProfileImageRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\DatingProfileImageRepositoryInterface', 'getDatingProfileImageRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\MediaTypeRepository' => ['privates', 'Slivki\\Repository\\Media\\MediaTypeRepository', 'getMediaTypeRepositoryService', true], 
            'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepository', 'getOfferAppTeaserMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepositoryInterface', 'getOfferAppTeaserMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\OfferDetailsMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\OfferDetailsMediaRepository', 'getOfferDetailsMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\OfferDetailsMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\OfferDetailsMediaRepositoryInterface', 'getOfferDetailsMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\OfferLogoMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\OfferLogoMediaRepository', 'getOfferLogoMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\OfferLogoMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\OfferLogoMediaRepositoryInterface', 'getOfferLogoMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\OfferTeaserMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\OfferTeaserMediaRepository', 'getOfferTeaserMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\OfferTeaserMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\OfferTeaserMediaRepositoryInterface', 'getOfferTeaserMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\ProfileImageMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\ProfileImageMediaRepository', 'getProfileImageMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\ProfileImageMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\ProfileImageMediaRepositoryInterface', 'getProfileImageMediaRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Media\\ShopMediaRepository' => ['privates', 'Slivki\\Repository\\Media\\ShopMediaRepository', 'getShopMediaRepositoryService', true], 
            'Slivki\\Repository\\Media\\ShopMediaRepositoryInterface' => ['privates', 'Slivki\\Repository\\Media\\ShopMediaRepositoryInterface', 'getShopMediaRepositoryInterface2Service', true], 
            'Slivki\\Repository\\OfferCode\\OfferCodeRepository' => ['privates', 'Slivki\\Repository\\OfferCode\\OfferCodeRepository', 'getOfferCodeRepositoryService', true], 
            'Slivki\\Repository\\OfferMetric\\OfferMetricRepository' => ['privates', 'Slivki\\Repository\\OfferMetric\\OfferMetricRepository', 'getOfferMetricRepositoryService', true], 
            'Slivki\\Repository\\OfferMetric\\OfferMetricRepositoryInterface' => ['privates', 'Slivki\\Repository\\OfferMetric\\OfferMetricRepositoryInterface', 'getOfferMetricRepositoryInterfaceService', true], 
            'Slivki\\Repository\\OfferOrderRepository' => ['privates', 'Slivki\\Repository\\OfferOrderRepository', 'getOfferOrderRepositoryService', true], 
            'Slivki\\Repository\\Offer\\DeliveryZoneRepository' => ['privates', 'Slivki\\Repository\\Offer\\DeliveryZoneRepository', 'getDeliveryZoneRepositoryService', true], 
            'Slivki\\Repository\\Offer\\DeliveryZoneRepositoryInterface' => ['privates', 'Slivki\\Repository\\Offer\\DeliveryZoneRepositoryInterface', 'getDeliveryZoneRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Offer\\FoodOfferExtensionRepository' => ['privates', 'Slivki\\Repository\\Offer\\FoodOfferExtensionRepository', 'getFoodOfferExtensionRepository2Service', true], 
            'Slivki\\Repository\\Offer\\FoodOfferExtensionRepositoryInterface' => ['privates', 'Slivki\\Repository\\Offer\\FoodOfferExtensionRepositoryInterface', 'getFoodOfferExtensionRepositoryInterface2Service', true], 
            'Slivki\\Repository\\Offer\\OfferExtensionVariantRepository' => ['privates', 'Slivki\\Repository\\Offer\\OfferExtensionVariantRepository', 'getOfferExtensionVariantRepositoryService', true], 
            'Slivki\\Repository\\Offer\\OfferRepository' => ['privates', 'Slivki\\Repository\\Offer\\OfferRepository', 'getOfferRepository2Service', true], 
            'Slivki\\Repository\\Offer\\OfferRepositoryInterface' => ['privates', 'Slivki\\Repository\\Offer\\OfferRepositoryInterface', 'getOfferRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Offer\\TireOfferExtensionRepository' => ['privates', 'Slivki\\Repository\\Offer\\TireOfferExtensionRepository', 'getTireOfferExtensionRepositoryService', true], 
            'Slivki\\Repository\\Offer\\TireOfferExtensionRepositoryInterface' => ['privates', 'Slivki\\Repository\\Offer\\TireOfferExtensionRepositoryInterface', 'getTireOfferExtensionRepositoryInterfaceService', true], 
            'Slivki\\Repository\\OrderCoupon\\OrderCouponRepository' => ['privates', 'Slivki\\Repository\\OrderCoupon\\OrderCouponRepository', 'getOrderCouponRepositoryService', true], 
            'Slivki\\Repository\\OrderCoupon\\OrderCouponRepositoryInterface' => ['privates', 'Slivki\\Repository\\OrderCoupon\\OrderCouponRepositoryInterface', 'getOrderCouponRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Order\\FoodOrderRepository' => ['privates', 'Slivki\\Repository\\Order\\FoodOrderRepository', 'getFoodOrderRepositoryService', true], 
            'Slivki\\Repository\\Order\\FoodOrderRepositoryInterface' => ['privates', 'Slivki\\Repository\\Order\\FoodOrderRepositoryInterface', 'getFoodOrderRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Order\\OfferOrderRepository' => ['privates', 'Slivki\\Repository\\Order\\OfferOrderRepository', 'getOfferOrderRepository2Service', true], 
            'Slivki\\Repository\\Order\\OfferOrderRepositoryInterface' => ['privates', 'Slivki\\Repository\\Order\\OfferOrderRepositoryInterface', 'getOfferOrderRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Order\\OnlineOrderHistoryRepository' => ['privates', 'Slivki\\Repository\\Order\\OnlineOrderHistoryRepository', 'getOnlineOrderHistoryRepositoryService', true], 
            'Slivki\\Repository\\Order\\OnlineOrderHistoryRepositoryInterface' => ['privates', 'Slivki\\Repository\\Order\\OnlineOrderHistoryRepositoryInterface', 'getOnlineOrderHistoryRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Order\\OrderRepository' => ['privates', 'Slivki\\Repository\\Order\\OrderRepository', 'getOrderRepository2Service', true], 
            'Slivki\\Repository\\Order\\TireOrderRepository' => ['privates', 'Slivki\\Repository\\Order\\TireOrderRepository', 'getTireOrderRepositoryService', true], 
            'Slivki\\Repository\\Order\\TireOrderRepositoryInterface' => ['privates', 'Slivki\\Repository\\Order\\TireOrderRepositoryInterface', 'getTireOrderRepositoryInterfaceService', true], 
            'Slivki\\Repository\\PartnerGiftOffer\\PartnerGiftOfferRepository' => ['privates', 'Slivki\\Repository\\PartnerGiftOffer\\PartnerGiftOfferRepository', 'getPartnerGiftOfferRepositoryService', true], 
            'Slivki\\Repository\\PartnerGiftOffer\\PartnerOfferClickRepository' => ['privates', 'Slivki\\Repository\\PartnerGiftOffer\\PartnerOfferClickRepository', 'getPartnerOfferClickRepositoryService', true], 
            'Slivki\\Repository\\Payment\\IPayPaymentRepository' => ['privates', 'Slivki\\Repository\\Payment\\IPayPaymentRepository', 'getIPayPaymentRepositoryService', true], 
            'Slivki\\Repository\\Payment\\PaymentTransactionRepository' => ['privates', 'Slivki\\Repository\\Payment\\PaymentTransactionRepository', 'getPaymentTransactionRepositoryService', true], 
            'Slivki\\Repository\\Payment\\PaymentTransactionRepositoryInterface' => ['privates', 'Slivki\\Repository\\Payment\\PaymentTransactionRepositoryInterface', 'getPaymentTransactionRepositoryInterfaceService', true], 
            'Slivki\\Repository\\PendingOrder\\OrderPendingQueueRepository' => ['privates', 'Slivki\\Repository\\PendingOrder\\OrderPendingQueueRepository', 'getOrderPendingQueueRepositoryService', true], 
            'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepository' => ['privates', 'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepository', 'getPurchaseCountRepositoryService', true], 
            'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepositoryInterface' => ['privates', 'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepositoryInterface', 'getPurchaseCountRepositoryInterfaceService', true], 
            'Slivki\\Repository\\Sale\\SaleRepository' => ['privates', 'Slivki\\Repository\\Sale\\SaleRepository', 'getSaleRepositoryService', true], 
            'Slivki\\Repository\\Seo\\SeoRepository' => ['privates', 'Slivki\\Repository\\Seo\\SeoRepository', 'getSeoRepositoryService', true], 
            'Slivki\\Repository\\Seo\\SeoRepositoryInterface' => ['privates', 'Slivki\\Repository\\Seo\\SeoRepositoryInterface', 'getSeoRepositoryInterfaceService', true], 
            'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepository' => ['privates', 'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepository', 'getServerFeatureStateRepositoryService', true], 
            'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepositoryInterface' => ['privates', 'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepositoryInterface', 'getServerFeatureStateRepositoryInterface2Service', false], 
            'Slivki\\Repository\\Statistic\\PhoneCoverClickRepository' => ['privates', 'Slivki\\Repository\\Statistic\\PhoneCoverClickRepository', 'getPhoneCoverClickRepositoryService', true], 
            'Slivki\\Repository\\Statistic\\PhoneCoverClickRepositoryInterface' => ['privates', 'Slivki\\Repository\\Statistic\\PhoneCoverClickRepositoryInterface', 'getPhoneCoverClickRepositoryInterfaceService', true], 
            'Slivki\\Repository\\StoriesCategoryRepository' => ['privates', 'Slivki\\Repository\\StoriesCategoryRepository', 'getStoriesCategoryRepositoryService', true], 
            'Slivki\\Repository\\StoriesRepository' => ['privates', 'Slivki\\Repository\\StoriesRepository', 'getStoriesRepositoryService', true], 
            'Slivki\\Repository\\TireSchedule\\TireScheduleRepository' => ['privates', 'Slivki\\Repository\\TireSchedule\\TireScheduleRepository', 'getTireScheduleRepositoryService', true], 
            'Slivki\\Repository\\UserGroup\\UserGroupRepository' => ['privates', 'Slivki\\Repository\\UserGroup\\UserGroupRepository', 'getUserGroupRepositoryService', true], 
            'Slivki\\Repository\\UserPhone\\UserPhoneRepository' => ['privates', 'Slivki\\Repository\\UserPhone\\UserPhoneRepository', 'getUserPhoneRepositoryService', true], 
            'Slivki\\Repository\\UserPhone\\UserPhoneRepositoryInterface' => ['privates', 'Slivki\\Repository\\UserPhone\\UserPhoneRepositoryInterface', 'getUserPhoneRepositoryInterfaceService', true], 
            'Slivki\\Repository\\User\\Balance\\UserBalanceActivityRepository' => ['privates', 'Slivki\\Repository\\User\\Balance\\UserBalanceActivityRepository', 'getUserBalanceActivityRepositoryService', true], 
            'Slivki\\Repository\\User\\Balance\\UserBalanceActivityTypeRepository' => ['privates', 'Slivki\\Repository\\User\\Balance\\UserBalanceActivityTypeRepository', 'getUserBalanceActivityTypeRepositoryService', true], 
            'Slivki\\Repository\\User\\CreditCardRepository' => ['privates', 'Slivki\\Repository\\User\\CreditCardRepository', 'getCreditCardRepositoryService', true], 
            'Slivki\\Repository\\User\\CreditCardRepositoryInterface' => ['privates', 'Slivki\\Repository\\User\\CreditCardRepositoryInterface', 'getCreditCardRepositoryInterfaceService', true], 
            'Slivki\\Repository\\User\\MobileUserTokenRepository' => ['privates', 'Slivki\\Repository\\User\\MobileUserTokenRepository', 'getMobileUserTokenRepositoryService', true], 
            'Slivki\\Repository\\User\\MobileUserTokenRepositoryInterface' => ['privates', 'Slivki\\Repository\\User\\MobileUserTokenRepositoryInterface', 'getMobileUserTokenRepositoryInterfaceService', true], 
            'Slivki\\Repository\\User\\UserAddressRepository' => ['privates', 'Slivki\\Repository\\User\\UserAddressRepository', 'getUserAddressRepositoryService', true], 
            'Slivki\\Repository\\User\\UserAddressRepositoryInterface' => ['privates', 'Slivki\\Repository\\User\\UserAddressRepositoryInterface', 'getUserAddressRepositoryInterfaceService', true], 
            'Slivki\\Repository\\VisitRepository' => ['privates', 'Slivki\\Repository\\VisitRepository', 'getVisitRepositoryService', true], 
            'Slivki\\Repository\\WorkExample\\WorkExampleRepository' => ['privates', 'Slivki\\Repository\\WorkExample\\WorkExampleRepository', 'getWorkExampleRepositoryService', true], 
            'Slivki\\Repository\\WorkExample\\WorkExampleRepositoryInterface' => ['privates', 'Slivki\\Repository\\WorkExample\\WorkExampleRepositoryInterface', 'getWorkExampleRepositoryInterfaceService', true], 
        ], [ 
            'Slivki\\BusinessFeature\\OnlineOrder\\DeliveryZone\\Repository\\OfferMapDeliveryZoneRepository' => '?', 
            'Slivki\\BusinessFeature\\Yclients\\Repository\\YclientDataRepository' => '?', 
            'Slivki\\Repository\\Banner\\CommentsBannerRepository' => '?', 
            'Slivki\\Repository\\Banner\\CommentsBannerRepositoryInterface' => '?', 
            'Slivki\\Repository\\Banner\\MobileAppBannerRepository' => '?', 
            'Slivki\\Repository\\Banner\\MobileAppBannerRepositoryInterface' => '?', 
            'Slivki\\Repository\\Banner\\MobileEntranceBannerRepository' => '?', 
            'Slivki\\Repository\\Banner\\MobileEntranceBannerRepositoryInterface' => '?', 
            'Slivki\\Repository\\Banner\\MobileFloatingBannerRepository' => '?', 
            'Slivki\\Repository\\BatchCodes\\BatchCodesCampaignHistoryRepository' => '?', 
            'Slivki\\Repository\\BatchCodes\\BatchCodesOrderRepository' => '?', 
            'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepository' => '?', 
            'Slivki\\Repository\\BatchCodes\\BatchCodesPlanRepositoryInterface' => '?', 
            'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepository' => '?', 
            'Slivki\\Repository\\Beauty\\Masters\\BeautyMasterRepositoryInterface' => '?', 
            'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepository' => '?', 
            'Slivki\\Repository\\Beauty\\Masters\\MasterCommentRepositoryInterface' => '?', 
            'Slivki\\Repository\\Bonus\\BonusRepository' => '?', 
            'Slivki\\Repository\\Bonus\\BonusRepositoryInterface' => '?', 
            'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepository' => '?', 
            'Slivki\\Repository\\CacheReloadScheduler\\CacheReloadSchedulerRepositoryInterface' => '?', 
            'Slivki\\Repository\\Category\\CategoryRepository' => '?', 
            'Slivki\\Repository\\Category\\CategoryRepositoryInterface' => '?', 
            'Slivki\\Repository\\City\\CityRepository' => '?', 
            'Slivki\\Repository\\Comment\\CommentRepository' => '?', 
            'Slivki\\Repository\\Coupon\\CouponRepository' => '?', 
            'Slivki\\Repository\\Coupon\\CouponRepositoryInterface' => '?', 
            'Slivki\\Repository\\Dating\\Chat\\ChatRepository' => '?', 
            'Slivki\\Repository\\Dating\\Chat\\MessageRepository' => '?', 
            'Slivki\\Repository\\Dating\\Chat\\OrderRepository' => '?', 
            'Slivki\\Repository\\Dating\\GiftCertificateRepository' => '?', 
            'Slivki\\Repository\\Dating\\GiftCertificateRepositoryInterface' => '?', 
            'Slivki\\Repository\\Dating\\GoalRepository' => '?', 
            'Slivki\\Repository\\Dating\\GoalRepositoryInterface' => '?', 
            'Slivki\\Repository\\Dating\\ProfileLikeRepository' => '?', 
            'Slivki\\Repository\\Dating\\ProfileLikeRepositoryInterface' => '?', 
            'Slivki\\Repository\\Dating\\ProfileRepository' => '?', 
            'Slivki\\Repository\\Dating\\ProfileRepositoryInterface' => '?', 
            'Slivki\\Repository\\Delivery\\FoodFilterCounterRepository' => '?', 
            'Slivki\\Repository\\Delivery\\FoodFilterCounterRepositoryInterface' => '?', 
            'Slivki\\Repository\\Director\\DirectorRepository' => '?', 
            'Slivki\\Repository\\Director\\DirectorRepositoryInterface' => '?', 
            'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepository' => '?', 
            'Slivki\\Repository\\EntityDescription\\EntityDescriptionRepositoryInterface' => '?', 
            'Slivki\\Repository\\ExternalCode\\ExternalCodeRepository' => '?', 
            'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepository' => '?', 
            'Slivki\\Repository\\FoodCourt\\FoodCourtDishRepositoryInterface' => '?', 
            'Slivki\\Repository\\FoodOfferExtensionRepository' => '?', 
            'Slivki\\Repository\\GeoLocation\\GeoLocationRepository' => '?', 
            'Slivki\\Repository\\GeoLocation\\GeoLocationRepositoryInterface' => '?', 
            'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepository' => '?', 
            'Slivki\\Repository\\GiftCertificate\\GiftCertificateRepositoryInterface' => '?', 
            'Slivki\\Repository\\GiftCertificate\\SchedulerOrderSubscriptionRepository' => '?', 
            'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepository' => '?', 
            'Slivki\\Repository\\MailingCampaign\\MailingCampaignRepositoryInterface' => '?', 
            'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepository' => '?', 
            'Slivki\\Repository\\MailingCampaign\\PartnerMailingCampaignActionRepositoryInterface' => '?', 
            'Slivki\\Repository\\MainMenu\\MainMenuRepository' => '?', 
            'Slivki\\Repository\\MainMenu\\MainMenuRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\CategoryMapPinIconMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\CommentMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\CommentMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\DatingProfileImageRepository' => '?', 
            'Slivki\\Repository\\Media\\DatingProfileImageRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\MediaTypeRepository' => '?', 
            'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\OfferAppTeaserMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\OfferDetailsMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\OfferDetailsMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\OfferLogoMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\OfferLogoMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\OfferTeaserMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\OfferTeaserMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\ProfileImageMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\ProfileImageMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\Media\\ShopMediaRepository' => '?', 
            'Slivki\\Repository\\Media\\ShopMediaRepositoryInterface' => '?', 
            'Slivki\\Repository\\OfferCode\\OfferCodeRepository' => '?', 
            'Slivki\\Repository\\OfferMetric\\OfferMetricRepository' => '?', 
            'Slivki\\Repository\\OfferMetric\\OfferMetricRepositoryInterface' => '?', 
            'Slivki\\Repository\\OfferOrderRepository' => '?', 
            'Slivki\\Repository\\Offer\\DeliveryZoneRepository' => '?', 
            'Slivki\\Repository\\Offer\\DeliveryZoneRepositoryInterface' => '?', 
            'Slivki\\Repository\\Offer\\FoodOfferExtensionRepository' => '?', 
            'Slivki\\Repository\\Offer\\FoodOfferExtensionRepositoryInterface' => '?', 
            'Slivki\\Repository\\Offer\\OfferExtensionVariantRepository' => '?', 
            'Slivki\\Repository\\Offer\\OfferRepository' => '?', 
            'Slivki\\Repository\\Offer\\OfferRepositoryInterface' => '?', 
            'Slivki\\Repository\\Offer\\TireOfferExtensionRepository' => '?', 
            'Slivki\\Repository\\Offer\\TireOfferExtensionRepositoryInterface' => '?', 
            'Slivki\\Repository\\OrderCoupon\\OrderCouponRepository' => '?', 
            'Slivki\\Repository\\OrderCoupon\\OrderCouponRepositoryInterface' => '?', 
            'Slivki\\Repository\\Order\\FoodOrderRepository' => '?', 
            'Slivki\\Repository\\Order\\FoodOrderRepositoryInterface' => '?', 
            'Slivki\\Repository\\Order\\OfferOrderRepository' => '?', 
            'Slivki\\Repository\\Order\\OfferOrderRepositoryInterface' => '?', 
            'Slivki\\Repository\\Order\\OnlineOrderHistoryRepository' => '?', 
            'Slivki\\Repository\\Order\\OnlineOrderHistoryRepositoryInterface' => '?', 
            'Slivki\\Repository\\Order\\OrderRepository' => '?', 
            'Slivki\\Repository\\Order\\TireOrderRepository' => '?', 
            'Slivki\\Repository\\Order\\TireOrderRepositoryInterface' => '?', 
            'Slivki\\Repository\\PartnerGiftOffer\\PartnerGiftOfferRepository' => '?', 
            'Slivki\\Repository\\PartnerGiftOffer\\PartnerOfferClickRepository' => '?', 
            'Slivki\\Repository\\Payment\\IPayPaymentRepository' => '?', 
            'Slivki\\Repository\\Payment\\PaymentTransactionRepository' => '?', 
            'Slivki\\Repository\\Payment\\PaymentTransactionRepositoryInterface' => '?', 
            'Slivki\\Repository\\PendingOrder\\OrderPendingQueueRepository' => '?', 
            'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepository' => '?', 
            'Slivki\\Repository\\PurchaseCount\\PurchaseCountRepositoryInterface' => '?', 
            'Slivki\\Repository\\Sale\\SaleRepository' => '?', 
            'Slivki\\Repository\\Seo\\SeoRepository' => '?', 
            'Slivki\\Repository\\Seo\\SeoRepositoryInterface' => '?', 
            'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepository' => '?', 
            'Slivki\\Repository\\ServerFeature\\ServerFeatureStateRepositoryInterface' => '?', 
            'Slivki\\Repository\\Statistic\\PhoneCoverClickRepository' => '?', 
            'Slivki\\Repository\\Statistic\\PhoneCoverClickRepositoryInterface' => '?', 
            'Slivki\\Repository\\StoriesCategoryRepository' => '?', 
            'Slivki\\Repository\\StoriesRepository' => '?', 
            'Slivki\\Repository\\TireSchedule\\TireScheduleRepository' => '?', 
            'Slivki\\Repository\\UserGroup\\UserGroupRepository' => '?', 
            'Slivki\\Repository\\UserPhone\\UserPhoneRepository' => '?', 
            'Slivki\\Repository\\UserPhone\\UserPhoneRepositoryInterface' => '?', 
            'Slivki\\Repository\\User\\Balance\\UserBalanceActivityRepository' => '?', 
            'Slivki\\Repository\\User\\Balance\\UserBalanceActivityTypeRepository' => '?', 
            'Slivki\\Repository\\User\\CreditCardRepository' => '?', 
            'Slivki\\Repository\\User\\CreditCardRepositoryInterface' => '?', 
            'Slivki\\Repository\\User\\MobileUserTokenRepository' => '?', 
            'Slivki\\Repository\\User\\MobileUserTokenRepositoryInterface' => '?', 
            'Slivki\\Repository\\User\\UserAddressRepository' => '?', 
            'Slivki\\Repository\\User\\UserAddressRepositoryInterface' => '?', 
            'Slivki\\Repository\\VisitRepository' => '?', 
            'Slivki\\Repository\\WorkExample\\WorkExampleRepository' => '?', 
            'Slivki\\Repository\\WorkExample\\WorkExampleRepositoryInterface' => '?', 
        ])); 
    } 
 
    /** 
     * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service. 
     * 
     * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver 
     */ 
    protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService() 
    { 
        return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/vendor/slivki/rkeeper-bundle/Entity')]); 
    } 
 
    /** 
     * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service. 
     * 
     * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver 
     */ 
    protected function getDoctrine_Orm_DefaultXmlMetadataDriverService() 
    { 
        $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__, 4).'/src/Doctrine/config') => 'Slivki\\Entity']); 
 
        $instance->setGlobalBasename('mapping'); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'exception_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener 
     */ 
    protected function getExceptionListenerService() 
    { 
        return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []); 
    } 
 
    /** 
     * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter 
     */ 
    protected function getFrameworkExtraBundle_ArgumentNameConvertorService() 
    { 
        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()))); 
    } 
 
    /** 
     * Gets the private 'framework_extra_bundle.event.is_granted' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener 
     */ 
    protected function getFrameworkExtraBundle_Event_IsGrantedService() 
    { 
        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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService())); 
    } 
 
    /** 
     * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service. 
     * 
     * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber 
     */ 
    protected function getKnpPaginator_Subscriber_SlidingPaginationService() 
    { 
        return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]); 
    } 
 
    /** 
     * Gets the private 'libphonenumber\PhoneNumberUtil' shared service. 
     * 
     * @return \libphonenumber\PhoneNumberUtil 
     */ 
    protected function getPhoneNumberUtilService() 
    { 
        return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance(); 
    } 
 
    /** 
     * Gets the private 'locale_aware_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener 
     */ 
    protected function getLocaleAwareListenerService() 
    { 
        return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () { 
            yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru'))); 
            yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()); 
        }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))); 
    } 
 
    /** 
     * Gets the private 'locale_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener 
     */ 
    protected function getLocaleListenerService() 
    { 
        return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', ($this->services['router'] ?? $this->getRouterService()), false, []); 
    } 
 
    /** 
     * Gets the private 'mime_types' shared service. 
     * 
     * @return \Symfony\Component\Mime\MimeTypes 
     */ 
    protected function getMimeTypesService() 
    { 
        $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes(); 
 
        $instance->setDefault($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'monolog.handler.console' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler 
     */ 
    protected function getMonolog_Handler_ConsoleService() 
    { 
        return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []); 
    } 
 
    /** 
     * Gets the private 'monolog.handler.main' shared service. 
     * 
     * @return \Monolog\Handler\StreamHandler 
     */ 
    protected function getMonolog_Handler_MainService() 
    { 
        $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 100, true, NULL, false); 
 
        $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor()); 
        $instance->setFormatter(($this->services['Slivki\\Services\\LogFormatter'] ?? ($this->services['Slivki\\Services\\LogFormatter'] = new \Slivki\Services\LogFormatter()))); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'monolog.logger' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Logger 
     */ 
    protected function getMonolog_LoggerService() 
    { 
        $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app'); 
 
        $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $instance->useMicrosecondTimestamps(true); 
        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'monolog.logger.cache' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Logger 
     */ 
    protected function getMonolog_Logger_CacheService() 
    { 
        $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache'); 
 
        $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'monolog.logger.request' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Logger 
     */ 
    protected function getMonolog_Logger_RequestService() 
    { 
        $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request'); 
 
        $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'monolog.logger.security' shared service. 
     * 
     * @return \Symfony\Bridge\Monolog\Logger 
     */ 
    protected function getMonolog_Logger_SecurityService() 
    { 
        $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security'); 
 
        $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService())); 
        $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService())); 
        $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService())); 
        \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'parameter_bag' shared service. 
     * 
     * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag 
     */ 
    protected function getParameterBagService() 
    { 
        return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this); 
    } 
 
    /** 
     * Gets the private 'profiler_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener 
     */ 
    protected function getProfilerListenerService() 
    { 
        $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()); 
 
        if (isset($this->privates['profiler_listener'])) { 
            return $this->privates['profiler_listener']; 
        } 
 
        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())), NULL, false, false, NULL); 
    } 
 
    /** 
     * Gets the private 'property_accessor' shared service. 
     * 
     * @return \Symfony\Component\PropertyAccess\PropertyAccessor 
     */ 
    protected function getPropertyAccessorService() 
    { 
        $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); 
 
        return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a); 
    } 
 
    /** 
     * Gets the private 'property_info' shared service. 
     * 
     * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor 
     */ 
    protected function getPropertyInfoService() 
    { 
        return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () { 
            yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService')); 
            yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); 
            yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); 
            yield 3 => ($this->privates['doctrine.orm.admin_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AdminEntityManager_PropertyInfoExtractorService')); 
            yield 4 => ($this->privates['doctrine.orm.subscription_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SubscriptionEntityManager_PropertyInfoExtractorService')); 
        }, 5), new RewindableGenerator(function () { 
            yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); 
            yield 1 => ($this->privates['doctrine.orm.admin_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AdminEntityManager_PropertyInfoExtractorService')); 
            yield 2 => ($this->privates['doctrine.orm.subscription_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SubscriptionEntityManager_PropertyInfoExtractorService')); 
            yield 3 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor())); 
            yield 4 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor())); 
            yield 5 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); 
        }, 6), new RewindableGenerator(function () { 
            yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor())); 
        }, 1), new RewindableGenerator(function () { 
            yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService')); 
            yield 1 => ($this->privates['doctrine.orm.admin_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_AdminEntityManager_PropertyInfoExtractorService')); 
            yield 2 => ($this->privates['doctrine.orm.subscription_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SubscriptionEntityManager_PropertyInfoExtractorService')); 
            yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); 
        }, 4), new RewindableGenerator(function () { 
            yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor())); 
        }, 1)); 
    } 
 
    /** 
     * Gets the private 'router.expression_language_provider' shared service. 
     * 
     * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider 
     */ 
    protected function getRouter_ExpressionLanguageProviderService() 
    { 
        return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', true], 
        ], [ 
            'env' => 'Closure', 
        ])); 
    } 
 
    /** 
     * Gets the private 'router.request_context' shared service. 
     * 
     * @return \Symfony\Component\Routing\RequestContext 
     */ 
    protected function getRouter_RequestContextService() 
    { 
        $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443); 
 
        $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService())); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'router_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\RouterListener 
     */ 
    protected function getRouterListenerService() 
    { 
        return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($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); 
    } 
 
    /** 
     * Gets the private 'security.context_listener.0' shared service. 
     * 
     * @return \Symfony\Component\Security\Http\Firewall\ContextListener 
     */ 
    protected function getSecurity_ContextListener_0Service() 
    { 
        $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()); 
 
        if (isset($this->privates['security.context_listener.0'])) { 
            return $this->privates['security.context_listener.0']; 
        } 
 
        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 () { 
            yield 0 => ($this->privates['Slivki\\Security\\Provider\\UserProvider'] ?? $this->load('getUserProviderService')); 
        }, 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())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']); 
    } 
 
    /** 
     * Gets the private 'security.event_dispatcher.main' shared service. 
     * 
     * @return \Symfony\Component\EventDispatcher\EventDispatcher 
     */ 
    protected function getSecurity_EventDispatcher_MainService() 
    { 
        $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher(); 
 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () { 
            return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService')); 
        }, 1 => 'onSuccessfulLogin'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () { 
            return ($this->privates['security.logout.listener.legacy_success_listener.main'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_MainService')); 
        }, 1 => 'onLogout'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () { 
            return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener())); 
        }, 1 => 'onLogout'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () { 
            return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService')); 
        }, 1 => 'onSuccessfulLogin'], -32); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () { 
            return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService')); 
        }, 1 => 'onSuccessfulLogin'], -64); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [0 => function () { 
            return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService')); 
        }, 1 => 'clearCookie'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () { 
            return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService')); 
        }, 1 => 'clearCookie'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [0 => function () { 
            return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService')); 
        }, 1 => 'clearCookie'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService')); 
        }, 1 => 'preCheckCredentials'], 256); 
        $instance->addListener('security.authentication.success', [0 => function () { 
            return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService')); 
        }, 1 => 'postCheckCredentials'], 256); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService')); 
        }, 1 => 'checkPassport'], 1024); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService')); 
        }, 1 => 'checkPassport'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [0 => function () { 
            return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService')); 
        }, 1 => 'onLoginSuccess'], 0); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [0 => function () { 
            return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService')); 
        }, 1 => 'checkPassport'], 512); 
        $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () { 
            return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService')); 
        }, 1 => 'onLogout'], 0); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'security.firewall.map' shared service. 
     * 
     * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap 
     */ 
    protected function getSecurity_Firewall_MapService() 
    { 
        $a = ($this->privates['.service_locator.tYdTFua'] ?? $this->get_ServiceLocator_TYdTFuaService()); 
 
        if (isset($this->privates['security.firewall.map'])) { 
            return $this->privates['security.firewall.map']; 
        } 
 
        return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () { 
            yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/'))); 
            yield 'security.firewall.map.context.mobile_partner' => ($this->privates['.security.request_matcher.mKW1fbi'] ?? ($this->privates['.security.request_matcher.mKW1fbi'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile/partner/'))); 
            yield 'security.firewall.map.context.mobile_api' => ($this->privates['.security.request_matcher.m37dJW1'] ?? ($this->privates['.security.request_matcher.m37dJW1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile/api/'))); 
            yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'))); 
        }, 4)); 
    } 
 
    /** 
     * Gets the private 'security.logout_url_generator' shared service. 
     * 
     * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator 
     */ 
    protected function getSecurity_LogoutUrlGeneratorService() 
    { 
        $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())); 
 
        $instance->registerListener('main', '/profile/logout', 'logout', '_csrf_token', NULL, NULL); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'security.role_hierarchy' shared service. 
     * 
     * @return \Symfony\Component\Security\Core\Role\RoleHierarchy 
     */ 
    protected function getSecurity_RoleHierarchyService() 
    { 
        return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']); 
    } 
 
    /** 
     * Gets the private 'sensio_framework_extra.controller.listener' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener 
     */ 
    protected function getSensioFrameworkExtra_Controller_ListenerService() 
    { 
        return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())); 
    } 
 
    /** 
     * Gets the private 'sensio_framework_extra.converter.listener' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener 
     */ 
    protected function getSensioFrameworkExtra_Converter_ListenerService() 
    { 
        $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager(); 
        $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm'); 
        $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime'); 
 
        return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true); 
    } 
 
    /** 
     * Gets the private 'sensio_framework_extra.security.listener' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener 
     */ 
    protected function getSensioFrameworkExtra_Security_ListenerService() 
    { 
        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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())); 
    } 
 
    /** 
     * Gets the private 'sensio_framework_extra.view.listener' shared service. 
     * 
     * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener 
     */ 
    protected function getSensioFrameworkExtra_View_ListenerService() 
    { 
        $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)))); 
 
        $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false], 
        ], [ 
            'twig' => '?', 
        ]))->withContext('sensio_framework_extra.view.listener', $this)); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'serializer.mapping.class_metadata_factory' shared service. 
     * 
     * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory 
     */ 
    protected function getSerializer_Mapping_ClassMetadataFactoryService() 
    { 
        return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])); 
    } 
 
    /** 
     * Gets the private 'serializer.name_converter.metadata_aware' shared service. 
     * 
     * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter 
     */ 
    protected function getSerializer_NameConverter_MetadataAwareService() 
    { 
        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())); 
    } 
 
    /** 
     * Gets the private 'session.factory' shared service. 
     * 
     * @return \Symfony\Component\HttpFoundation\Session\SessionFactory 
     */ 
    protected function getSession_FactoryService() 
    { 
        $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService()); 
 
        if (isset($this->privates['session.factory'])) { 
            return $this->privates['session.factory']; 
        } 
 
        return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [0 => $a, 1 => 'onSessionUsage']); 
    } 
 
    /** 
     * Gets the private 'session_listener' shared service. 
     * 
     * @return \Symfony\Component\HttpKernel\EventListener\SessionListener 
     */ 
    protected function getSessionListenerService() 
    { 
        return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'initialized_session' => ['services', '.container.private.session', NULL, false], 
            'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false], 
            'request_stack' => ['services', 'request_stack', 'getRequestStackService', false], 
            'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false], 
            'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', true], 
            'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false], 
            'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', true], 
        ], [ 
            'initialized_session' => '?', 
            'logger' => '?', 
            'request_stack' => '?', 
            'session' => '?', 
            'session_collector' => '?', 
            'session_factory' => '?', 
            'session_storage' => '?', 
        ]), true, $this->parameters['session.storage.options']); 
    } 
 
    /** 
     * Gets the private 'translator.default' shared service. 
     * 
     * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator 
     */ 
    protected function getTranslator_DefaultService() 
    { 
        $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', true], 
            'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', true], 
            'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', true], 
            'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', true], 
            'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', true], 
            'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', true], 
            'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', true], 
            'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', true], 
            'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', true], 
            'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', true], 
            'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', true], 
        ], [ 
            'translation.loader.csv' => '?', 
            'translation.loader.dat' => '?', 
            'translation.loader.ini' => '?', 
            'translation.loader.json' => '?', 
            'translation.loader.mo' => '?', 
            'translation.loader.php' => '?', 
            'translation.loader.po' => '?', 
            'translation.loader.qt' => '?', 
            'translation.loader.res' => '?', 
            'translation.loader.xliff' => '?', 
            'translation.loader.yml' => '?', 
        ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), 5 => (\dirname(__DIR__, 4).'/translations/messages.ru.yaml')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf'), 3 => (\dirname(__DIR__, 4).'/translations/messages.uz.yaml')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bs_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [0 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), 5 => (\dirname(__DIR__, 4).'/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle/translations'), 18 => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src/translations'), 19 => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle/translations'), 20 => (\dirname(__DIR__, 4).'/vendor/slivki/rkeeper-bundle/translations'), 21 => (\dirname(__DIR__, 4).'/vendor/slivki/subscription-bundle/DependencyInjection/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'vendor/odolbeau/phone-number-bundle/src/Resources/translations', 5 => 'translations', 6 => 'vendor/symfony/framework-bundle/translations', 7 => 'vendor/symfony/security-bundle/translations', 8 => 'vendor/symfony/twig-bundle/translations', 9 => 'vendor/twig/extra-bundle/translations', 10 => 'vendor/symfony/web-profiler-bundle/translations', 11 => 'vendor/sensio/framework-extra-bundle/src/translations', 12 => 'vendor/doctrine/doctrine-bundle/translations', 13 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 14 => 'vendor/symfony/monolog-bundle/translations', 15 => 'vendor/symfony/debug-bundle/translations', 16 => 'vendor/symfony/maker-bundle/src/translations', 17 => 'vendor/nelmio/api-doc-bundle/translations', 18 => 'vendor/endroid/qr-code-bundle/src/translations', 19 => 'vendor/jms/serializer-bundle/translations', 20 => 'vendor/slivki/rkeeper-bundle/translations', 21 => 'vendor/slivki/subscription-bundle/DependencyInjection/translations']]], []); 
 
        $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService())); 
        $instance->setFallbackLocales([0 => 'ru']); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'url_helper' shared service. 
     * 
     * @return \Symfony\Component\HttpFoundation\UrlHelper 
     */ 
    protected function getUrlHelperService() 
    { 
        return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())); 
    } 
 
    /** 
     * Gets the private 'validator.builder' shared service. 
     * 
     * @return \Symfony\Component\Validator\ValidatorBuilder 
     */ 
    protected function getValidator_BuilderService() 
    { 
        $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder(); 
 
        $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService()); 
 
        $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 
            'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates', 'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator', 'getPhoneNumberValidatorService', true], 
            'Slivki\\Validator\\Constraints\\TextDateOrNullValidator' => ['privates', 'Slivki\\Validator\\Constraints\\TextDateOrNullValidator', 'getTextDateOrNullValidatorService', true], 
            'Slivki\\Validator\\Constraints\\TextDateValidator' => ['privates', 'Slivki\\Validator\\Constraints\\TextDateValidator', 'getTextDateValidatorService', true], 
            'Slivki\\Validator\\Constraints\\TextTimeValidator' => ['privates', 'Slivki\\Validator\\Constraints\\TextTimeValidator', 'getTextTimeValidatorService', true], 
            'Slivki\\Validator\\Constraints\\YmdDateValidator' => ['privates', 'Slivki\\Validator\\Constraints\\YmdDateValidator', 'getYmdDateValidatorService', true], 
            'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], 
            'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], 
            'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', true], 
            'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], 
            'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', true], 
            'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', true], 
            'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', true], 
            'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', true], 
        ], [ 
            'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?', 
            'Slivki\\Validator\\Constraints\\TextDateOrNullValidator' => '?', 
            'Slivki\\Validator\\Constraints\\TextDateValidator' => '?', 
            'Slivki\\Validator\\Constraints\\TextTimeValidator' => '?', 
            'Slivki\\Validator\\Constraints\\YmdDateValidator' => '?', 
            'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?', 
            'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?', 
            'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?', 
            'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?', 
            'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?', 
            'doctrine.orm.validator.unique' => '?', 
            'security.validator.user_password' => '?', 
            'validator.expression' => '?', 
        ]))); 
        if ($this->has('translator')) { 
            $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService())); 
        } 
        $instance->setTranslationDomain('validators'); 
        $instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]); 
        $instance->enableAnnotationMapping(true); 
        $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())); 
        $instance->addMethodMapping('loadValidatorMetadata'); 
        $instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]); 
        $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL)); 
        $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL)); 
        $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.admin_entity_manager'] ?? $this->getDoctrine_Orm_AdminEntityManagerService()), NULL)); 
        $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.subscription_entity_manager'] ?? $this->getDoctrine_Orm_SubscriptionEntityManagerService()), NULL)); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'var_dumper.html_dumper' shared service. 
     * 
     * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper 
     */ 
    protected function getVarDumper_HtmlDumperService() 
    { 
        $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0); 
 
        $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]); 
 
        return $instance; 
    } 
 
    /** 
     * Gets the private 'var_dumper.server_connection' shared service. 
     * 
     * @return \Symfony\Component\VarDumper\Server\Connection 
     */ 
    protected function getVarDumper_ServerConnectionService() 
    { 
        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()]); 
    } 
 
    /** 
     * Gets the private 'web_profiler.csp.handler' shared service. 
     * 
     * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler 
     */ 
    protected function getWebProfiler_Csp_HandlerService() 
    { 
        return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()); 
    } 
 
    /** 
     * Gets the private 'web_profiler.debug_toolbar' shared service. 
     * 
     * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener 
     */ 
    protected function getWebProfiler_DebugToolbarService() 
    { 
        $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()); 
 
        if (isset($this->privates['web_profiler.debug_toolbar'])) { 
            return $this->privates['web_profiler.debug_toolbar']; 
        } 
 
        return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService())); 
    } 
 
    /** 
     * Gets the public 'cache_clearer' alias. 
     * 
     * @return object The ".container.private.cache_clearer" service. 
     */ 
    protected function getCacheClearerService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.cache_clearer'); 
    } 
 
    /** 
     * Gets the public 'filesystem' alias. 
     * 
     * @return object The ".container.private.filesystem" service. 
     */ 
    protected function getFilesystemService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.filesystem'); 
    } 
 
    /** 
     * Gets the public 'serializer' alias. 
     * 
     * @return object The ".container.private.serializer" service. 
     */ 
    protected function getSerializerService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.serializer'); 
    } 
 
    /** 
     * Gets the public 'security.csrf.token_manager' alias. 
     * 
     * @return object The ".container.private.security.csrf.token_manager" service. 
     */ 
    protected function getSecurity_Csrf_TokenManagerService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.security.csrf.token_manager'); 
    } 
 
    /** 
     * Gets the public 'form.factory' alias. 
     * 
     * @return object The ".container.private.form.factory" service. 
     */ 
    protected function getForm_FactoryService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.form.factory'); 
    } 
 
    /** 
     * Gets the public 'form.type.file' alias. 
     * 
     * @return object The ".container.private.form.type.file" service. 
     */ 
    protected function getForm_Type_FileService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.form.type.file'); 
    } 
 
    /** 
     * Gets the public 'profiler' alias. 
     * 
     * @return object The ".container.private.profiler" service. 
     */ 
    protected function getProfilerService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.profiler'); 
    } 
 
    /** 
     * Gets the public 'security.authorization_checker' alias. 
     * 
     * @return object The ".container.private.security.authorization_checker" service. 
     */ 
    protected function getSecurity_AuthorizationCheckerService() 
    { 
        trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.security.authorization_checker'); 
    } 
 
    /** 
     * Gets the public 'security.token_storage' alias. 
     * 
     * @return object The ".container.private.security.token_storage" service. 
     */ 
    protected function getSecurity_TokenStorageService() 
    { 
        trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.security.token_storage'); 
    } 
 
    /** 
     * Gets the public 'twig' alias. 
     * 
     * @return object The ".container.private.twig" service. 
     */ 
    protected function getTwigService() 
    { 
        trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.twig'); 
    } 
 
    /** 
     * Gets the public 'security.password_encoder' alias. 
     * 
     * @return object The ".container.private.security.password_encoder" service. 
     */ 
    protected function getSecurity_PasswordEncoderService() 
    { 
        trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.security.password_encoder'); 
    } 
 
    /** 
     * Gets the public 'session' alias. 
     * 
     * @return object The ".container.private.session" service. 
     */ 
    protected function getSessionService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.session'); 
    } 
 
    /** 
     * Gets the public 'validator' alias. 
     * 
     * @return object The ".container.private.validator" service. 
     */ 
    protected function getValidatorService() 
    { 
        trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.'); 
 
        return $this->get('.container.private.validator'); 
    } 
 
    /** 
     * @return array|bool|float|int|string|\UnitEnum|null 
     */ 
    public function getParameter(string $name) 
    { 
        if (isset($this->buildParameters[$name])) { 
            return $this->buildParameters[$name]; 
        } 
 
        if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) { 
            throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name)); 
        } 
        if (isset($this->loadedDynamicParameters[$name])) { 
            return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); 
        } 
 
        return $this->parameters[$name]; 
    } 
 
    public function hasParameter(string $name): bool 
    { 
        if (isset($this->buildParameters[$name])) { 
            return true; 
        } 
 
        return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters); 
    } 
 
    public function setParameter(string $name, $value): void 
    { 
        throw new LogicException('Impossible to call set() on a frozen ParameterBag.'); 
    } 
 
    public function getParameterBag(): ParameterBagInterface 
    { 
        if (null === $this->parameterBag) { 
            $parameters = $this->parameters; 
            foreach ($this->loadedDynamicParameters as $name => $loaded) { 
                $parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name); 
            } 
            foreach ($this->buildParameters as $name => $value) { 
                $parameters[$name] = $value; 
            } 
            $this->parameterBag = new FrozenParameterBag($parameters); 
        } 
 
        return $this->parameterBag; 
    } 
 
    private $loadedDynamicParameters = [ 
        'kernel.runtime_environment' => false, 
        'kernel.build_dir' => false, 
        'kernel.cache_dir' => false, 
        'base_domain' => false, 
        'base_url' => false, 
        'default_city_id' => false, 
        'regional_template_path' => false, 
        'app.yandex.suggest.api.key' => false, 
        'kernel.secret' => false, 
        'debug.container.dump' => false, 
        'serializer.mapping.cache.file' => false, 
        'session.save_path' => false, 
        'validator.mapping.cache.file' => false, 
        'profiler.storage.dsn' => false, 
        'doctrine.orm.proxy_dir' => false, 
        'subscription.http_client.username' => false, 
        'subscription.http_client.password' => false, 
        'subscription.http_client.base_uri' => false, 
    ]; 
    private $dynamicParameters = []; 
 
    private function getDynamicParameter(string $name) 
    { 
        switch ($name) { 
            case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break; 
            case 'kernel.build_dir': $value = $this->targetDir.''; break; 
            case 'kernel.cache_dir': $value = $this->targetDir.''; break; 
            case 'base_domain': $value = $this->getEnv('BASE_DOMAIN'); break; 
            case 'base_url': $value = $this->getEnv('BASE_URL'); break; 
            case 'default_city_id': $value = $this->getEnv('int:DEFAULT_CITY_ID'); break; 
            case 'regional_template_path': $value = $this->getEnv('REGIONAL_TEMPLATE_PATH'); break; 
            case 'app.yandex.suggest.api.key': $value = $this->getEnv('csv:YANDEX_SUGGEST_RESERVE_API_KEY'); break; 
            case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break; 
            case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break; 
            case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break; 
            case 'session.save_path': $value = ($this->targetDir.''.'/sessions'); break; 
            case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break; 
            case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break; 
            case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break; 
            case 'subscription.http_client.username': $value = $this->getEnv('SUBSCRIPTION_USERNAME'); break; 
            case 'subscription.http_client.password': $value = $this->getEnv('SUBSCRIPTION_PASSWORD'); break; 
            case 'subscription.http_client.base_uri': $value = $this->getEnv('SUBSCRIPTION_BASE_URI'); break; 
            default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name)); 
        } 
        $this->loadedDynamicParameters[$name] = true; 
 
        return $this->dynamicParameters[$name] = $value; 
    } 
 
    protected function getDefaultParameters(): array 
    { 
        return [ 
            'kernel.project_dir' => \dirname(__DIR__, 4), 
            'kernel.environment' => 'dev', 
            'kernel.debug' => true, 
            'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'), 
            'kernel.bundles' => [ 
                'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle', 
                'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle', 
                'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle', 
                'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle', 
                'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle', 
                'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle', 
                'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle', 
                'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle', 
                'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle', 
                'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle', 
                'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle', 
                'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle', 
                'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle', 
                'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle', 
                'RKeeperBundle' => 'Slivki\\Bundle\\RKeeperBundle\\RKeeperBundle', 
                'SubscriptionBundle' => 'Slivki\\Bundle\\SubscriptionBundle\\DependencyInjection\\SubscriptionBundle', 
                'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle', 
                'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle', 
            ], 
            'kernel.bundles_metadata' => [ 
                'FrameworkBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\FrameworkBundle', 
                ], 
                'SecurityBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\SecurityBundle', 
                ], 
                'TwigBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\TwigBundle', 
                ], 
                'TwigExtraBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'), 
                    'namespace' => 'Twig\\Extra\\TwigExtraBundle', 
                ], 
                'WebProfilerBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\WebProfilerBundle', 
                ], 
                'SensioFrameworkExtraBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'), 
                    'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle', 
                ], 
                'DoctrineBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'), 
                    'namespace' => 'Doctrine\\Bundle\\DoctrineBundle', 
                ], 
                'DoctrineMigrationsBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'), 
                    'namespace' => 'Doctrine\\Bundle\\MigrationsBundle', 
                ], 
                'MonologBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\MonologBundle', 
                ], 
                'DebugBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'), 
                    'namespace' => 'Symfony\\Bundle\\DebugBundle', 
                ], 
                'MakerBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'), 
                    'namespace' => 'Symfony\\Bundle\\MakerBundle', 
                ], 
                'NelmioApiDocBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/nelmio/api-doc-bundle'), 
                    'namespace' => 'Nelmio\\ApiDocBundle', 
                ], 
                'EndroidQrCodeBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/endroid/qr-code-bundle/src'), 
                    'namespace' => 'Endroid\\QrCodeBundle', 
                ], 
                'JMSSerializerBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/jms/serializer-bundle'), 
                    'namespace' => 'JMS\\SerializerBundle', 
                ], 
                'RKeeperBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/slivki/rkeeper-bundle'), 
                    'namespace' => 'Slivki\\Bundle\\RKeeperBundle', 
                ], 
                'SubscriptionBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/slivki/subscription-bundle/DependencyInjection'), 
                    'namespace' => 'Slivki\\Bundle\\SubscriptionBundle\\DependencyInjection', 
                ], 
                'KnpPaginatorBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'), 
                    'namespace' => 'Knp\\Bundle\\PaginatorBundle', 
                ], 
                'MisdPhoneNumberBundle' => [ 
                    'path' => (\dirname(__DIR__, 4).'/vendor/odolbeau/phone-number-bundle/src'), 
                    'namespace' => 'Misd\\PhoneNumberBundle', 
                ], 
            ], 
            'kernel.charset' => 'UTF-8', 
            'kernel.container_class' => 'App_KernelDevDebugContainer', 
            'app.yandex.api.key' => 'ef1d0d00-7d2c-433d-b211-dea7b5cfb059', 
            'app.bel_trans_sat.login' => 'slivki', 
            'app.bel_trans_sat.password' => 'hhoctj', 
            'app.bel_trans_sat.soap.host' => 'http://api.nav.by/vrp-rs/ws/', 
            'app.bel_trans_sat.http.host' => 'http://api.nav.by', 
            'app.voice_message.upload_dir' => '/znijki-media/audio/', 
            'event_dispatcher.event_aliases' => [ 
                'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command', 
                'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error', 
                'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal', 
                'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate', 
                'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit', 
                'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit', 
                'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit', 
                'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data', 
                'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data', 
                'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments', 
                'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller', 
                'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response', 
                'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request', 
                'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request', 
                'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view', 
                'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception', 
                'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate', 
                'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success', 
                'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure', 
                'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login', 
                'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user', 
            ], 
            'fragment.renderer.hinclude.global_template' => NULL, 
            'fragment.path' => '/_fragment', 
            'kernel.http_method_override' => true, 
            'kernel.trusted_hosts' => [ 
 
            ], 
            'kernel.default_locale' => 'ru', 
            'kernel.enabled_locales' => [ 
 
            ], 
            'kernel.error_controller' => 'error_controller', 
            'debug.file_link_format' => NULL, 
            'asset.request_context.base_path' => NULL, 
            'asset.request_context.secure' => NULL, 
            'translator.logging' => false, 
            'translator.default_path' => (\dirname(__DIR__, 4).'/translations'), 
            'debug.error_handler.throw_at' => -1, 
            'router.request_context.host' => 'localhost', 
            'router.request_context.scheme' => 'http', 
            'router.request_context.base_url' => '', 
            'router.resource' => 'kernel::loadRoutes', 
            'request_listener.http_port' => 80, 
            'request_listener.https_port' => 443, 
            'session.metadata.storage_key' => '_sf2_meta', 
            'session.storage.options' => [ 
                'cache_limiter' => '0', 
                'cookie_secure' => 'auto', 
                'cookie_httponly' => true, 
                'cookie_samesite' => 'lax', 
                'gc_probability' => 1, 
            ], 
            'session.metadata.update_threshold' => 0, 
            'form.type_extension.csrf.enabled' => true, 
            'form.type_extension.csrf.field_name' => '_token', 
            'validator.translation_domain' => 'validators', 
            'profiler_listener.only_exceptions' => false, 
            'profiler_listener.only_main_requests' => false, 
            'security.role_hierarchy.roles' => [ 
                'ROLE_SUPPLIER' => [ 
                    0 => 'ROLE_USER', 
                ], 
                'ROLE_BALANCE_CORRECTOR' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_ALLOWED_TO_SWITCH', 
                ], 
                'USER_SWITCHER' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                ], 
                'ROLE_SUBSCRIPTION_MANAGER' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                ], 
                'ROLE_MANAGER_SALE' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_OFFER' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_COMMENT' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_CLAIM' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_STATISTIC' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_MALL' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_TAG' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                    2 => 'ROLE_MANAGER', 
                ], 
                'ROLE_MANAGER_NEW_CATEGORY' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_INFO_PAGE' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_MANAGER_MAILING' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_SEO' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                ], 
                'ROLE_PAST_OFFERS_VIEWER' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                    2 => 'ROLE_ALLOWED_TO_SWITCH', 
                ], 
                'ROLE_OPERATOR' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                    2 => 'ROLE_ALLOWED_TO_SWITCH', 
                ], 
                'ROLE_PUBLICIST' => [ 
                    0 => 'ROLE_ADMIN_USER', 
                    1 => 'ROLE_USER', 
                    2 => 'ROLE_ALLOWED_TO_SWITCH', 
                ], 
                'ROLE_ADVANCED_MANAGER_SALE' => [ 
                    0 => 'ROLE_MANAGER_SALE', 
                ], 
                'ROLE_MANAGER' => [ 
                    0 => 'ROLE_MANAGER_SALE', 
                    1 => 'ROLE_MANAGER_OFFER', 
                    2 => 'ROLE_MANAGER_CLAIM', 
                    3 => 'ROLE_MANAGER_STATISTIC', 
                    4 => 'ROLE_MANAGER_MALL', 
                    5 => 'ROLE_MANAGER_INFO_PAGE', 
                    6 => 'ROLE_MANAGER_MAILING', 
                    7 => 'ROLE_ALLOWED_TO_SWITCH', 
                ], 
                'ROLE_ADMIN' => [ 
                    0 => 'ROLE_BALANCE_CORRECTOR', 
                    1 => 'ROLE_SUPPLIER', 
                    2 => 'ROLE_SEO', 
                    3 => 'ROLE_PAST_OFFERS_VIEWER', 
                    4 => 'ROLE_OPERATOR', 
                    5 => 'ROLE_PUBLICIST', 
                    6 => 'ROLE_MANAGER', 
                    7 => 'ROLE_MANAGER_TAG', 
                    8 => 'ROLE_MANAGER_NEW_CATEGORY', 
                    9 => 'ROLE_ADVANCED_MANAGER_SALE', 
                    10 => 'ROLE_CATEGORY_MANAGER', 
                    11 => 'ROLE_MANAGER_VIEWER', 
                    12 => 'ROLE_MANAGER_BANNER', 
                    13 => 'ROLE_CRM_SUPER_MANAGER', 
                    14 => 'ROLE_MANAGER_ONLINE_STAT', 
                    15 => 'ROLE_ALLOWED_TO_SWITCH', 
                    16 => 'ROLE_ORDER_MANAGER', 
                    17 => 'ROLE_SUBSCRIPTION_MANAGER', 
                ], 
            ], 
            'security.access.denied_url' => NULL, 
            'security.authentication.manager.erase_credentials' => true, 
            'security.authentication.session_strategy.strategy' => 'migrate', 
            'security.access.always_authenticate_before_granting' => false, 
            'security.authentication.hide_user_not_found' => true, 
            'security.firewalls' => [ 
                0 => 'dev', 
                1 => 'mobile_partner', 
                2 => 'mobile_api', 
                3 => 'main', 
            ], 
            'twig.form.resources' => [ 
                0 => 'form_div_layout.html.twig', 
                1 => '@MisdPhoneNumber/Form/phone_number.html.twig', 
            ], 
            'twig.default_path' => (\dirname(__DIR__, 4).'/templates'), 
            'web_profiler.debug_toolbar.intercept_redirects' => false, 
            'web_profiler.debug_toolbar.mode' => 2, 
            'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain', 
            'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack', 
            'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger', 
            'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration', 
            'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector', 
            'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager', 
            'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory', 
            'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit', 
            'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit', 
            'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry', 
            'doctrine.entity_managers' => [ 
                'default' => 'doctrine.orm.default_entity_manager', 
                'admin' => 'doctrine.orm.admin_entity_manager', 
                'subscription' => 'doctrine.orm.subscription_entity_manager', 
            ], 
            'doctrine.default_entity_manager' => 'default', 
            'doctrine.dbal.connection_factory.types' => [ 
                'geometry' => [ 
                    'class' => 'Slivki\\Doctrine\\Type\\GeometryType', 
                ], 
                'uuid' => [ 
                    'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType', 
                ], 
                'ulid' => [ 
                    'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType', 
                ], 
            ], 
            'doctrine.connections' => [ 
                'site' => 'doctrine.dbal.site_connection', 
                'admin' => 'doctrine.dbal.admin_connection', 
                'subscription' => 'doctrine.dbal.subscription_connection', 
                'default' => 'doctrine.dbal.default_connection', 
            ], 
            'doctrine.default_connection' => 'default', 
            'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration', 
            'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager', 
            'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator', 
            'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache', 
            'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache', 
            'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache', 
            'doctrine.orm.cache.memcache_host' => 'localhost', 
            'doctrine.orm.cache.memcache_port' => 11211, 
            'doctrine.orm.cache.memcache_instance.class' => 'Memcache', 
            'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache', 
            'doctrine.orm.cache.memcached_host' => 'localhost', 
            'doctrine.orm.cache.memcached_port' => 11211, 
            'doctrine.orm.cache.memcached_instance.class' => 'Memcached', 
            'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache', 
            'doctrine.orm.cache.redis_host' => 'localhost', 
            'doctrine.orm.cache.redis_port' => 6379, 
            'doctrine.orm.cache.redis_instance.class' => 'Redis', 
            'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache', 
            'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache', 
            'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache', 
            'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain', 
            'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver', 
            'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver', 
            'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver', 
            'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver', 
            'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver', 
            'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver', 
            'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer', 
            'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser', 
            'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator', 
            'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer', 
            'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider', 
            'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener', 
            'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener', 
            'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy', 
            'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy', 
            'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy', 
            'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy', 
            'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver', 
            'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory', 
            'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion', 
            'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion', 
            'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain', 
            'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger', 
            'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration', 
            'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration', 
            'doctrine.orm.auto_generate_proxy_classes' => true, 
            'doctrine.orm.proxy_namespace' => 'Proxies', 
            'doctrine.migrations.preferred_em' => NULL, 
            'doctrine.migrations.preferred_connection' => NULL, 
            'monolog.use_microseconds' => true, 
            'monolog.swift_mailer.handlers' => [ 
 
            ], 
            'monolog.handlers_to_channels' => [ 
                'monolog.handler.console' => [ 
                    'type' => 'exclusive', 
                    'elements' => [ 
                        0 => 'event', 
                        1 => 'doctrine', 
                        2 => 'console', 
                    ], 
                ], 
                'monolog.handler.main' => [ 
                    'type' => 'exclusive', 
                    'elements' => [ 
                        0 => 'event', 
                    ], 
                ], 
            ], 
            'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912', 
            'nelmio_api_doc.areas' => [ 
                0 => 'default', 
                1 => 'mobile', 
                2 => 'partner', 
            ], 
            'nelmio_api_doc.use_validation_groups' => false, 
            'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig', 
            'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig', 
            'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig', 
            'knp_paginator.page_range' => 5, 
            'knp_paginator.page_limit' => NULL, 
            'misd_phone_number.serializer.default_region' => 'ZZ', 
            'misd_phone_number.serializer.format' => 0, 
            'misd_phone_number.validator.default_region' => 'BLR', 
            'misd_phone_number.validator.format' => 1, 
            'maker.compatible_check.doctrine.supports_attributes' => true, 
            'data_collector.templates' => [ 
                'data_collector.request' => [ 
                    0 => 'request', 
                    1 => '@WebProfiler/Collector/request.html.twig', 
                ], 
                'data_collector.time' => [ 
                    0 => 'time', 
                    1 => '@WebProfiler/Collector/time.html.twig', 
                ], 
                'data_collector.memory' => [ 
                    0 => 'memory', 
                    1 => '@WebProfiler/Collector/memory.html.twig', 
                ], 
                'data_collector.validator' => [ 
                    0 => 'validator', 
                    1 => '@WebProfiler/Collector/validator.html.twig', 
                ], 
                'data_collector.ajax' => [ 
                    0 => 'ajax', 
                    1 => '@WebProfiler/Collector/ajax.html.twig', 
                ], 
                'data_collector.form' => [ 
                    0 => 'form', 
                    1 => '@WebProfiler/Collector/form.html.twig', 
                ], 
                'data_collector.exception' => [ 
                    0 => 'exception', 
                    1 => '@WebProfiler/Collector/exception.html.twig', 
                ], 
                'data_collector.logger' => [ 
                    0 => 'logger', 
                    1 => '@WebProfiler/Collector/logger.html.twig', 
                ], 
                'data_collector.events' => [ 
                    0 => 'events', 
                    1 => '@WebProfiler/Collector/events.html.twig', 
                ], 
                'data_collector.router' => [ 
                    0 => 'router', 
                    1 => '@WebProfiler/Collector/router.html.twig', 
                ], 
                'data_collector.cache' => [ 
                    0 => 'cache', 
                    1 => '@WebProfiler/Collector/cache.html.twig', 
                ], 
                'data_collector.translation' => [ 
                    0 => 'translation', 
                    1 => '@WebProfiler/Collector/translation.html.twig', 
                ], 
                'data_collector.security' => [ 
                    0 => 'security', 
                    1 => '@Security/Collector/security.html.twig', 
                ], 
                'data_collector.twig' => [ 
                    0 => 'twig', 
                    1 => '@WebProfiler/Collector/twig.html.twig', 
                ], 
                'data_collector.http_client' => [ 
                    0 => 'http_client', 
                    1 => '@WebProfiler/Collector/http_client.html.twig', 
                ], 
                'data_collector.doctrine' => [ 
                    0 => 'db', 
                    1 => '@Doctrine/Collector/db.html.twig', 
                ], 
                'data_collector.dump' => [ 
                    0 => 'dump', 
                    1 => '@Debug/Profiler/dump.html.twig', 
                ], 
                'data_collector.messenger' => [ 
                    0 => 'messenger', 
                    1 => '@WebProfiler/Collector/messenger.html.twig', 
                ], 
                'mailer.data_collector' => [ 
                    0 => 'mailer', 
                    1 => '@WebProfiler/Collector/mailer.html.twig', 
                ], 
                'notifier.data_collector' => [ 
                    0 => 'notifier', 
                    1 => '@WebProfiler/Collector/notifier.html.twig', 
                ], 
                'data_collector.config' => [ 
                    0 => 'config', 
                    1 => '@WebProfiler/Collector/config.html.twig', 
                ], 
            ], 
            'console.command.ids' => [ 
                0 => 'console.command.public_alias.Slivki\\Command\\AbadondedBasketSendEmailCommand', 
                1 => 'console.command.public_alias.Slivki\\Command\\AddCodesCommand', 
                2 => 'console.command.public_alias.Slivki\\Command\\AlternativeOfferReloadCommand', 
                3 => 'console.command.public_alias.Slivki\\Command\\BePaidRequestCommand', 
                4 => 'console.command.public_alias.Slivki\\Command\\BuildNewVideoguideCategoryCommand', 
                5 => 'console.command.public_alias.Slivki\\Command\\BuildPopularSalesCategoryCommand', 
                6 => 'console.command.public_alias.Slivki\\Command\\BuildSpecialCategoriesCommand', 
                7 => 'console.command.public_alias.Slivki\\Command\\CacheReloadCommand', 
                8 => 'console.command.public_alias.Slivki\\Command\\CacheTestCommand', 
                9 => 'console.command.public_alias.Slivki\\Command\\CategoryDeactivationCommand', 
                10 => 'console.command.public_alias.Slivki\\Command\\CheckNoticePopupCommand', 
                11 => 'console.command.public_alias.Slivki\\Command\\CleanupMediaImageDirectoryCommand', 
                12 => 'console.command.public_alias.Slivki\\Command\\CleanupUserOnlineCommand', 
                13 => 'console.command.public_alias.Slivki\\Command\\CodesFromReservedToFreeCommand', 
                14 => 'console.command.public_alias.Slivki\\Command\\CreateCustomMailingCampaignCommand', 
                15 => 'console.command.public_alias.Slivki\\Command\\CustomMailingSendCommand', 
                16 => 'console.command.public_alias.Slivki\\Command\\DebugCommand', 
                17 => 'console.command.public_alias.Slivki\\Command\\ExportCommand', 
                18 => 'console.command.public_alias.Slivki\\Command\\FavouriteCategoryCommand', 
                19 => 'console.command.public_alias.Slivki\\Command\\FixFillInNumberForPhoneNumber', 
                20 => 'console.command.public_alias.Slivki\\Command\\GenerateCrtCodePoolCommand', 
                21 => 'console.command.public_alias.Slivki\\Command\\GenerateRtbhouseXMLCommand', 
                22 => 'console.command.public_alias.Slivki\\Command\\GenerateSitemapCommand', 
                23 => 'console.command.public_alias.Slivki\\Command\\GetBankCurrencyRatesCommand', 
                24 => 'console.command.public_alias.Slivki\\Command\\GetMailingCampaignCommand', 
                25 => 'console.command.public_alias.Slivki\\Command\\GetVideoguideViewsCommand', 
                26 => 'console.command.public_alias.Slivki\\Command\\IikoCommand', 
                27 => 'console.command.public_alias.Slivki\\Command\\LowCodesInOffersSendCommand', 
                28 => 'console.command.public_alias.Slivki\\Command\\LuceneReindexCommand', 
                29 => 'console.command.public_alias.Slivki\\Command\\MailingStatisticAggregateCommand', 
                30 => 'console.command.public_alias.Slivki\\Command\\MapTopOffersCommand', 
                31 => 'console.command.public_alias.Slivki\\Command\\MoveOffersToCityCommand', 
                32 => 'console.command.public_alias.Slivki\\Command\\NotificationsCommand', 
                33 => 'console.command.public_alias.Slivki\\Command\\OffersRenewCommand', 
                34 => 'console.command.public_alias.Slivki\\Command\\ParseSupplierBrandNameCommand', 
                35 => 'console.command.public_alias.Slivki\\Command\\PartnerOfferImportCommand', 
                36 => 'console.command.public_alias.Slivki\\Command\\PurchaseStatSendCommand', 
                37 => 'console.command.public_alias.Slivki\\Command\\ReferralsCommand', 
                38 => 'console.command.public_alias.Slivki\\Command\\ReloadFlierPositionCommand', 
                39 => 'console.command.public_alias.Slivki\\Command\\RemoveTrashFromMediaCacheCommand', 
                40 => 'console.command.public_alias.Slivki\\Command\\SaleBodyAddWatermarksCommand', 
                41 => 'console.command.public_alias.Slivki\\Command\\SaveDescriptionCommand', 
                42 => 'console.command.public_alias.Slivki\\Command\\SavePurchaseCountCommand', 
                43 => 'console.command.public_alias.Slivki\\Command\\SaveSaleProductSeoCommand', 
                44 => 'console.command.public_alias.Slivki\\Command\\SendBrokenLinksMailCommand', 
                45 => 'console.command.public_alias.Slivki\\Command\\SendMailCommand', 
                46 => 'console.command.public_alias.Slivki\\Command\\SendRenewedOfferNotoficationCommand', 
                47 => 'console.command.public_alias.Slivki\\Command\\SetSaleSeoCommand', 
                48 => 'console.command.public_alias.Slivki\\Command\\SlivkiCommand', 
                49 => 'console.command.public_alias.Slivki\\Command\\SortEntityDescriptionCommand', 
                50 => 'console.command.public_alias.Slivki\\Command\\StatCategoryOffersCount', 
                51 => 'console.command.public_alias.Slivki\\Command\\StatSearchOfferUpdate', 
                52 => 'console.command.public_alias.Slivki\\Command\\SubCategoryAutomationCommand', 
                53 => 'console.command.public_alias.Slivki\\Command\\TagRemoveDuplicatesCommand', 
                54 => 'console.command.public_alias.Slivki\\Command\\TelegramCommentNotifierCommand', 
                55 => 'console.command.public_alias.Slivki\\Command\\TmpCommand', 
                56 => 'console.command.public_alias.Slivki\\Command\\UnsubscribeNotMinskCommand', 
                57 => 'console.command.public_alias.Slivki\\Command\\UnsubscribeNotValidEmailCommand', 
                58 => 'console.command.public_alias.Slivki\\Command\\UnsubscribeUserCommand', 
                59 => 'console.command.public_alias.Slivki\\Command\\UpdateOfferOrderCitiesCommand', 
                60 => 'console.command.public_alias.Slivki\\Command\\VideoGuidesCommand', 
                61 => 'console.command.public_alias.Slivki\\Command\\VisitCommand', 
                62 => 'console.command.public_alias.Slivki\\Command\\YandexCommand', 
            ], 
        ]; 
    } 
 
    protected function throw($message) 
    { 
        throw new RuntimeException($message); 
    } 
}