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