### Description Classes implementing `IAsyncDisposable` should also implement `IDisposable`. See [here](https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-disposeasync)
Description
Classes implementing
IAsyncDisposableshould also implementIDisposable.See here