Manager.prototype.getProperty = function (contentId, path, variant, schema) {

    return this.repository
        .get('content', contentId)
        .then(content => {