private async Task LoginAsync()
 {
     if (await gistClientService.AuthenticateAsync())
     {
         IsAuthenticated = true;
         await RefreshAsync();
     }
 }