Book
getById(Long id)
postBook(String title, String author, String year)
updateBook(Long id, @Valid Book incoming)
Iterable<Book>
allBooks()
void
updateFrom(Book other)