<PackageReference Include="System.Threading.RateLimiting" Version="11.0.0-rc.1.26425.128" />

System.Threading.RateLimiting.ChainedPartitionedRateLimiter<TResource>

sealed class ChainedPartitionedRateLimiter<TResource> : PartitionedRateLimiter<TResource>
Acquires leases from rate limiters in the order given. If a lease fails to be acquired (throwing or IsAcquired == false) then the already acquired leases are disposed in reverse order and the failing lease is returned or the exception is thrown to user code.