var getAccountService = controller(function(req, res) {
    var options = redfish.makeOptions(req, res);
    return redfish.render('redfish.1.0.0.accountservice.1.0.0.json', 
                 'AccountService.v1_1_0.json#/definitions/AccountService',
                  options)