private async Task CheckAndGenerateAt(int x, int z) { if (!loadedTiles.ContainsKey(x + "," + z)) { await instance.GenerateAt(x, z); } }