namespace ScadaLink.InboundAPI; public class InboundApiOptions { public TimeSpan DefaultMethodTimeout { get; set; } = TimeSpan.FromSeconds(30); }