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