public void SetFromComputeDeviceConfig(ComputeDeviceConfig config) { if (config != null && config.UUID == UUID) { this.Enabled = config.Enabled; } }