if (this._doc.username) {
                    promise = promise
                        .then(this
                            .bind(this._detectConflict, [User.USERNAME, this._doc.username]));
                }