public Car Get(int id) { return new Car() { Id = id, Make = "Porsche", Model = "911", Price = 100000f, Year = 2012 }; }