public static String getUUID(Device d) {
   return d.getIdentity().getUdn().toString();
 }