namespace RadeonResetBugFixService { using System; static class Constants { public static TimeSpan ServiceTimeout { get; } = TimeSpan.FromMinutes(5); } }