public void DeleteShard(MeteoriteShard shard)
 {
     meteoriteSentry.ShardWasDestroyedOnCell(shard);
     MeteoriteShards.Remove(MeteoriteShards.Find(probablyThisShard => probablyThisShard.ID == shard.ID));
 }