private IEnumerable <IComment> GetComments() { GetCommentsOfAnIssueRequest request = new GetCommentsOfAnIssueRequest(Id); CommentCollection commentCollection = Connection.Get <CommentCollection>(request); return(commentCollection.GetComments(Connection)); }