namespace Common.Helpers; public static class StaticConfiguration { public static TimeSpan TriggerValue { get; set; } = TimeSpan.Zero; }