namespace Giants.Services { using System; using System.Collections.Generic; using System.Text; public static class CacheKeys { public const string ServerInfo = nameof(ServerInfo); } }