Hotel
getById(Long id)
postHotel(String name, String address, String description)
updateHotel(Long id, @Valid Hotel incoming)
Iterable<Hotel>
allHotels()