public decimal CalculatePrice() { return(_itemsGrouped.Sum(item => _priceCalculator.CartPriceCalculator(item.Key, item.Value))); }