async get( req, res, next ) {
        const { id } = req.params;

        try {
            const response = await this.service.get( id );