public async Task <AccountInfo> GetAccountInfo(string accountID) { await CallService(); return(simulation.GetAccountInfo(accountID)); }