namespace Admin.NET.Core; public class ChatHubRequest { public string ConnectionId { get; set; } }