namespace VoicemeeterSliderControl { public class SliderSet { public int Slider { get; set; } public string VoicemeeterValue { get; set; } } }