public async Task <BookViewModel> GetBookDetails(int id) { return(await _bookstoreRepository.GetBookDetails(id)); }