public async Task <List <BookDto> > GetListAsync() { return(await Task.Run(() => _sampleBookDataService.GetBooks())); }