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