public async Task <Comment> GetComment(int commentId) { Comment comment = await CommentEndpoint.GetComment(commentId, imgurHttp); return(comment); }