public long GetImageSize(string image, bool isDryRun) =>
 _imageSizeCache.GetOrAdd(image, _ => _inner.GetImageSize(image, isDryRun));