namespace Bunny.Service.WebSocket;
public static class WebSocketInitial
{
public static void Start()
WebSocketTest.Start();
}