public async Task <ApiResponseDto> UpdateUser(UserViewModel userViewModel) { ApiResponseDto apiResponse = await _accountApiClient.UpdateUser(userViewModel); NotifyAuthenticationStateChanged(GetAuthenticationStateAsync()); return(apiResponse); }