namespace Model { public static class EnvKey { public const string Owner = "Owner"; public const string Buff = "Buff"; } }