async private void Run(int mapId) { _map = await _dbWorker.GetMap(mapId); while (true) { SpawnUsers(); GetMoves(); } }