module.exports = Self => {
    require('../methods/notification/send')(Self);
    require('../methods/notification/clean')(Self);
};