namespace API.Constants { public static class PolicyConstants { public const string AdminRole = "Admin"; public const string PlebRole = "Pleb"; /// /// Used to give a user ability to download files from the server /// public const string DownloadRole = "Download"; } }