private static boolean unknownService(String serviceID) {
   return !(settings.containsKey(serviceID));
 }