private async Task Stop()
 {
     await _plcService.WriteStop();
 }