public void PutRestProduct(int id, [FromBody] Product product) { _service.ConsumeRestaurantProduct(id, product); }