public static class CacheKeyGenerator
{
    public static string ForPeImage(string sha256) => $"pe:{sha256}";
}