privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses', false, function () use ($container): \Symfony\Component\Messenger\Command\DebugCommand { return ($container->privates['console.command.messenger_debug'] ?? $container->load('getConsole_Command_MessengerDebugService')); }); } }