namespace WebApp.Authentication; public class AuthenticationSettings { public List Users { get; set; } = new(); }