using Microsoft.AspNetCore.Authorization; namespace Remotely.Server.Auth; public class ServerAdminRequirement : IAuthorizationRequirement { }