namespace InternshipSystem.Api.Security { public static class Policies { public const string RegisteredOnly = "RegisteredForEditionOnly"; } }