public BookListService() { _books = new List<Book>(); _log = new LogAdapter(new NLogger()); _log.Initialize(); }