public async void Dispose() { StateTchatContainer.OnChange -= StateHasChanged; if (NotificationClient != null) { await NotificationClient.DisposeAsync(); } }