public DelcomLight(DelcomDeviceController deviceManager, Color lightColor)
 {
     this.deviceManager = deviceManager;
     this.ledPin        = this.deviceManager.LightColors[lightColor.ToString()];
 }
 public DelcomLight(DelcomDeviceController deviceManager, Color lightColor)
 {
     this.deviceManager = deviceManager;
     this.ledPin = this.deviceManager.LightColors[lightColor.ToString()];
 }