In tutorial for gRPC client says
await client.CreateAsync(
"test-stream",
"subscription-group",
settings,
userCredentials: userCredentials);
but there is no CreateAsync method on the client in 22.0.0 release
Also, there is no Ack method returned from SubscribeToAllAsync. Persistent and Catchup subscritions seem to have same code in documentation.