private async void SaveAccount(Account account)
 {
     await SecureStorageAccountStore.SaveAsync(account, "Gmail");
 }