namespace TrafagSalesExporter.Security; public static class SecurityPolicies { public const string AdminOnly = nameof(AdminOnly); }