public BulbInformation(string softVer, string hardVer, string model, string desc, string alias, LightState lstate, bool dimmable, bool isColour, bool isVarColourTemp, bool isOn)
 => (SoftwareVersion, HardwareVersion, Model, Description, Alias, LightState, IsDimmable, IsColour, IsVariableColourTemp, IsOn) = (softVer, hardVer, model, desc, alias, lstate, dimmable, isColour, isVarColourTemp, isOn);