public static API_GitHub_Issues edit(this API_GitHub_Issues gitHubIssues, int id, string title, string body)
 {
     return(gitHubIssues.save(id, title, body));
 }