IssueTypeRouter.prototype.routes = function () {
  this.router.get('/', this.issuetypes.get.bind(this.issuetypes))
  return this.router
}