public void PlaySoundAsyncTest_Success()
        {
            var tempVr = new EasyVr(_comPort);

            tempVr.PlaySoundAsync(1, 15);
        }