static up() {
        let demoUser = Meteor.users.findOne({'$and': [
            {'username': 'demo'},
            {'isDemoUser': true}
        ]});