public IEnumerable <Book> Get() { // fix this please in the next release ... var books = _bookBusiness.ListBooks(); _logger.LogInformation("books list {books}", JsonConvert.SerializeObject(books)); return(books); }