public async Task <Account> GetAccount(string username) { Account account = await AccountEndpoint.GetAccount(username, imgurHttp); return(account); }