namespace ZB.MOM.WW.ScadaBridge.ManagementService; public class ManagementServiceOptions { /// Maximum time to wait for a management command to complete before returning a timeout error; default 30 seconds. public TimeSpan CommandTimeout { get; set; } = TimeSpan.FromSeconds(30); }