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