namespace API.Constants { public static class PolicyConstants { public const string AdminRole = "Admin"; public const string PlebRole = "Pleb"; } }