public WaitingForPlayersToConnectState(Arena arena, GameStateContext context)
 {
     _arena   = arena;
     _context = context;
 }