@Override
 public Collection<String> getSubtasks(GitHubIssue issue) {
   return issue.getSubtasks();
 }