I am using the latest IAsyncEnumerable feature in C# and have the following code:
IAsyncEnumerable
private async Task KeepStreaming() { int someCounter = 0;