public async Task <IActionResult> GetAll(CancellationToken cancellationToken)
 {
     return(Ok(await service.GetAllAsync(cancellationToken)));
 }