private String getRequestId(final String remoteAddress) {
   return "syncupdate_" + remoteAddress + "_" + dateTimeProvider.getNanoTime();
 }