public Http3HttpProtocolFeatureCollectionTests()
        {
            var connection = new Http3Connection(TestContextFactory.CreateHttp3ConnectionContext());

            var streamContext = TestContextFactory.CreateHttp3StreamContext(transport: DuplexPipe.CreateConnectionPair(new PipeOptions(), new PipeOptions()).Application);

            var http3Stream = new TestHttp3Stream(connection, streamContext);

            http3Stream.Reset();
            _http3Collection = http3Stream;
        }