//SIGNALR: private async void InitSignalR() { SignalRService.OnCustomerChanged(action => { CustomerStore.Dispath(action); }); await JoinGroup(); }