pub type DataSocketServer = Data<Arc<Mutex<Addr<MahjongWebsocketServer>>>>;
pub struct DataSocketServer(/* private fields */);