public async Task <IActionResult> ImageStatus(Guid imageId)
 => Ok(await _imagesService.GetImageStatus(imageId));