module.exports = Self => {
require('./ticket-methods')(Self);
require('../methods/ticket/state')(Self);
};