/// <summary> /// Method used to Roter Axis Jog Positive Stop /// </summary private async Task RoterJogPositveStopT() { await _plcService.WriteRoterJogPositveStop(); }