public async Task <IdentityInfo> GetIdentityInfo(string identityID) { await CallService(); return(simulation.GetIdentityInfo(identityID)); }