using Microsoft.AspNetCore.Authorization; namespace isnd.Authorization { internal class ValidApiKeyRequirement : IAuthorizationRequirement { } }