/// <inheritdoc />
        public override void Init(ITorchBase torch)
        {
            base.Init(torch);

            Instance = this;

            SetUpConfig();
            MyCubeGridPatch.ApplyLogging();
        }
 public void Save()
 {
     _config.Save();
     MyCubeGridPatch.ApplyLogging();
 }