public static synchronized ActionManager getInstance() {
        if (instance == null) {
            instance = (ActionManager) Singleton.self().get(GUID);
            if (instance == null) {
                final ActionManager singleton = new ActionManager();