namespace AAIntegration.SimmonsBank.API.Configs; public class ActiveAllocatorConfig { DatabaseConfig Database { get; set; } List AllowedHosts { get; set; } string APIUrl { get; set; } }