namespace EnvelopeGenerator.Application.Common; // TODO: merge other cache keys here as well, e.g. for templates, etc. /// /// /// public static class CacheKey { /// /// /// public static readonly Guid DefaultConfig = Guid.NewGuid(); }