public UpdateBoardHandler(Game.Game gameObject)
     : base("UPDATE_BOARD")
 {
     AppendObject("board_data", gameObject.GetBoardData());
 }