this.createAPIuserKey()
            .then(function () {
                this.listUserPastes(limit)
                    .then(deferred.resolve)
                    .catch(deferred.reject);