public void RemoveSwitch(SwitchMapping switchMapping)
 {
     Switches.Remove(switchMapping);
 }
 public void AddSwitch(SwitchMapping switchMapping = null)
 {
     Switches.Add(switchMapping ?? new SwitchMapping());
 }