using NodaTime; namespace DysonNetwork.Pass.Auth; public static class AuthCacheConstants { public const string Prefix = "auth:"; }