public IAccountContext Create(CosmosAccount account)
 {
     return(new AccountContext(account, () => _clientPool.GetClientForAccount(account)));
 }