# Functions
CreateBook func for creates a new book.
DeleteBook func for deletes book by given ID.
GetBook func gets book by given ID or 404 error.
GetBooks func gets all exists books.
GetNewAccessToken method for create a new access token.
UpdateBook func for updates book by given ID.