async getAll( req, res, next ) {
        try {
            const response = await this.service.getAll( req.query );

            return res.status( response.statusCode ).json( response );