internal static void AssertNotDisposedInternal(ITestableAsyncDisposable s)
 => AssertNotDisposed(s);
 internal static void AssertNotDisposed(ITestableAsyncDisposable s)
 => s.AssertNotDisposed();