private bool CanCheckout() { return _shoppingCartItemViewModels != null && _shoppingCartItemViewModels.Count > 0; }