var getRole = controller(function (req) {
    var name = req.swagger.params.name.value;
    return accountService.getRoleByName(name);
});