module.exports = Self => {
    require('../methods/vehicle/sorted')(Self);
};