namespace EnvelopeGenerator.Domain.Constants { public static class AuthPolicy { public const string SenderOrReceiverFullyAuth = "SenderOrReceiverFullyAuth"; public const string ReceiverFullyAuth = "ReceiverFullyAuth"; } }