void SaveNotFound() { foreach (var l in notFound.ByElements()) { foreach (var c in l.value.ByElements()) { GameResources.Save(c.key.full + @"\NotFoundLoacalization-" + c.key.last + "-" + l.key + ".txt", c.value.ToList(), () => true); } } }