static onSuccess($that, $response) {
            $that.appName            = $response.appName;
            $that.appNameCamel       = camelCase($response.appName);
            $that.appNameKebab       = _.kebabCase($response.appName);
            $that.appNameUpperPython = upperPythonCase($response.appName);