public static bool IsStarting(Service service)
 {
     return(Starting.FirstOrDefault(s => s == service) != null);
 }