private async Task CheckoutAsync() { if (BasketItems.Any()) { await NavigationService.NavigateToAsync <CheckoutViewModel>(BasketItems); } }