public async Task LogoutAsync() { await _authApi.Logout(); NotifyAuthenticationStateChanged(GetAuthenticationStateAsync()); }