ConfigGetCommand.getInstance = function() {
    if (ConfigGetCommand.instance === null) {
        ConfigGetCommand.instance = new ConfigGetCommand();
    }
    return ConfigGetCommand.instance;