namespace active_allocator.Helpers; public class AppSettings { public required string Secret { get; set; } }