``` c# using (var webClient = new WebClient()) { return webClient.DownloadStringTaskAsync(address); } ``` We talked about this in chat, this can lead to situations where it is undefined if the `IDisposable` is disposed or not.
We talked about this in chat, this can lead to situations where it is undefined if the
IDisposableis disposed or not.