public async Task SetGoogleUserProfileAsync(string accessToken)
 {
     GoogleProfile = await _googleService.GetGoogleUserProfileAsync(accessToken);
 }