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