module.exports = Self => { require('../methods/user-account/sync')(Self); require('../methods/user-account/sync-by-id')(Self); require('../methods/user-account/sync-all')(Self); };