@Override
 public void attachFile(GitHubIssue issue, File file, String string, boolean bln) {
   issue.attachFile(file, string, bln);
 }