impl.getUriForAppInternalPath = function (path) {
    var resPath = path.replace('app:/', '/');

    return this.getUriForPathUtil(resPath);
};