namespace StellaOps.Signer.WebService.Security; public static class StubBearerAuthenticationDefaults { public const string AuthenticationScheme = "StubBearer"; }