public decimal GetShoppingCartTotal() { return(_shoppingCartItemRepository.GetShoppingCartTotal(Id)); }