private string GetChunkFilePath(int x, int z) { return($"{ChunkSavingDirectory}/{Chunk.GetUniqueIdByPosition(x, z).ToString()}"); }