public async Task <ICollection <ScrapeDto> > GetAllScrapes(CancellationToken cancellationToken = default) =>
 await _service.GetAllAsync(cancellationToken);