service.onEvent('command.updated', (command: string) => {
            notifications.streamApps.emitWithoutBroadcast('command/updated', command);
            notifications.streamApps.emitWithoutBroadcast('apps', ['command/updated', [command]]);
        });