private async void SetLaunchPosition(byte pos, byte speed) { if (_launchDevice != null) { await _launchDevice.SetPosition(pos, speed); } }