public async Task RefreshLogin() { await _authorizeApi.RefreshLogin(); NotifyAuthenticationStateChanged(GetAuthenticationStateAsync()); }