def get(self, id):
     return marshal(UserService.get(id=id), user_fields)