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