wrap(function* getSection(req, res) {
        const { id } = req.params;

        const section = yield Section.forge({ id }).fetch();