privates['App\\Application\\Query\\Mail\\MailQuery'] = new \App\Application\Query\Mail\MailQuery(($this->privates['App\\Infrastructure\\MessageBus\\MailBus'] ?? $this->load('getMailBusService.php')), ($this->privates['App\\Infrastructure\\Command\\RunCommand'] ?? ($this->privates['App\\Infrastructure\\Command\\RunCommand'] = new \App\Infrastructure\Command\RunCommand())), ($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['twig'] ?? $this->load('getTwigService.php')));