#pragma warning disable CA1040 namespace MediaBrowser.Controller.Net.WebSocketMessages; /// /// Interface representing that the websocket message is inbound. /// public interface IInboundWebSocketMessage { }