public WebSocketManagerMiddleware(RequestDelegate next, WebSocketConnection connection)
 {
     _next       = next;
     _connection = connection;
 }