namespace API.Configurations; public class RecNetConfiguration { public bool UseForwardedHeaders { get; set; } = true; }