public CosmosDatabaseStore(CosmosClient client)
 {
     _client = client.Guard(nameof(client));
 }