void ExecutePowerConfigurationCommand(bool?b) { Task.Run(() => _serialService.ControlPower(Params.MasterPowerCheck.Value, Params.FanPowerCheck.Value, Params.MotorPowerCheck.Value, Params.LaserPowerCheck.Value)); }