in src/Azure.AppService.Tunnel/Tunnel/WebSockets/WebSocketConnection.cs [28:33]
public WebSocketConnection(WebSocket webSocket)
{
_lifetime = _lifetimeDefinition.Lifetime;
_webSocket = webSocket;
_asyncWritesProcessor = new AsyncWritesProcessor(_lifetime);
}