namespace Common.Helpers; public static class Constants { public static readonly TimeSpan TriggerMaxLimit = TimeSpan.FromHours(6); public static readonly TimeSpan CacheLimitBuffer = TimeSpan.FromHours(2); public const string HttpClientWithRetryName = "retry"; }