namespace Serein.Proto.WebSocket.Handle { public class WebSocketMethodConfig : MethodInvokeConfiguration { /// /// 主题 /// public string ThemeValue { get; set; } = string.Empty; } }