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