private AutoAnglerSettings(string path)
     : base(path)
 {
     Instance = this;
     Load();
 }
 static AutoAnglerSettings()
 {
     Instance = new AutoAnglerSettings(Path.Combine(CharacterSettingsDirectory, "AutoAngler.xml"));
 }