namespace RemoteExec.Server.Configuration; public class AuthenticationConfiguration { public List ApiKeys { get; set; } = []; }