private void VacuumExhausterOffCommand()
 {
     _ = new VacuumExhausterCommand(Viewer.Log, false);
 }
 private void VacuumExhausterOnCommand()
 {
     _ = new VacuumExhausterCommand(Viewer.Log, true);
 }