pub type WebSocketSender = SplitSink<WebSocketStream<TcpStream>, Message>;
pub struct WebSocketSender { /* private fields */ }