public async Task <List <Comment> > GetAccountComments(string username, int limit, string sort = "newest") { return(await CommentEndpoint.GetAccountComments(username, limit, sort, imgurHttp)); }