public void ToggleUnlockAllProgression(Toggle toggle)
 {
                 #if IS_DEMO_BUILD
     Log.Debug("ToggleUnlockAllProgression " + toggle.isOn);
     ContainerAPI.AllProgressionUnlocked = toggle.isOn;
     ContainerAPI.SaveAllProgressionUnlocked(toggle.isOn);
                 #endif
 }