public async Task <int> GetTotalImagesAsync(string username) { return(await AccountEndpoint.GetTotalImagesAsync(username, imgurHttp)); }