module.exports = Self => {
    require('../methods/osticket/osTicketReportEmail')(Self);
    require('../methods/osticket/closeTicket')(Self);
};