// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
using Microsoft.AspNetCore.SignalR;
namespace TestApplication.Http;
public class TestHub : Hub
{
}