obj
IAsyncEnumerable<'T>
An asynchronous sequence represents a delayed computation that can be started to give an enumerator for pulling results asynchronously
this.GetEnumerator()
IAsyncEnumerator<'T>