in server/src/main/kotlin/ai/koog/book/app/service/WebShopService.kt [51:53]
fun removeProductFromCart(productId: Int) { cart.removeIf { product -> product.id == productId } }