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