Promise.prototype[`_${functionName}`] = function (config) {
        return this.then(prev => Promise[functionName](config, prev));
    };