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