case Constants.Notifications.SpeechToTextCompleted:
                                        _sqlController.NotificationCreate(notificationUId, microtingUId,
                                            Constants.Notifications.SpeechToTextCompleted).GetAwaiter().GetResult();
                                        _bus.SendLocal(new TranscriptionCompleted(notificationUId, microtingUId))
                                            .GetAwaiter().GetResult();