public static UUID get(Date time, Random rand) {
   return TimeUUIDUtils.createForGivenTimeAndRand(time.getTime() * 10000, rand);
 }