public void DeleteComment(IssueRef issue, Comment comment)
 {
     client.DeleteComment(issue, comment);
 }