public Task BuyAsync(int id, CancellationToken cancellationToken) { return(_booksRepository.BuyBookAsync(id, cancellationToken)); }