Would save having to do code like this in every function : ``` product = new ProductWithoutId { Name = req.Query["name"], Cost = int.Parse(req.Query["cost"]) }; ```