private static bool SupportsSync(Service service)
 {
     return(service is Agent);
 }