private Task <bool> HaveValidImageId(string imageId, CancellationToken cancellationToken) { return(_imageProvider.DoesImageExist(imageId)); }