Park
getById(Long id)
postPark(String name, String state, int acres)
updatePark(Long id, @Valid Park incoming)
Iterable<Park>
allParks()