public IActionResult GetAllLibraryBookByCategory() { return(Ok(_libraryService.AllBooksSortedByCategory())); }