public static IAsyncCallback getRegisteredCallback(String key) {
   return callbackMap_.get(key);
 }