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