SessionMapManager smm = AppContext.getManager(SessionMapManager.class);
WonderlandClientID checkID = smm.getClientID(message.getClientID());
// send the secret to the client
SecretKey secret = XrwSecretManager.getInstance().getSecret(checkID);
return new SecretResponseMessage(message.getMessageID(), secret);
}