static String randomId(Message message) { return Random().nextInt(999999999).toString() + message.localTime.toString(); }