private async void SavedAccounts_Delete(object sender, ValueEventArgs <AccountModel> e) { await AccountProvider.RemoveAccountAsync(e.Value); }