namespace Bit.Core.IdentityServer; public static class Policies { // TODO: migrate other existing policies to use this class public const string Send = "Send"; // [Authorize(Policy = Policies.Send)] }