public async Task <CommResult <bool> > Delete(string bookName, string author) { return(await _bookService.DeleteBook(bookName, author)); }