module.exports = Self => {
require('../methods/route/summary')(Self);
require('../methods/route/getTickets')(Self);
};