public async Task <CommResult <List <BookDto> > > Get(string booName) { return(await _bookService.GetBookByName(booName)); }