public static void WillBeTurnOff()
 {
     WindowsEventLog.WriteFailureAuditLog($"Server {Environment.MachineName} will be turned off");
     CycleTimer?.Stop();
 }