Replace traditional `using` statements with `await using` for proper async disposal of `IAsyncDisposable` resources like streams.