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