section 4.5.1, APPLICATION MANAGEMENT REQUEST (AMR) Command
https://globalplatform.org/wp-content/uploads/2014/03/GPC_ISO_Framework_v1.0.pdf

ideas tear and check and repeat.
run multiple parameterized tests with NUnit as in:
https://www.lambdatest.com/blog/nunit-parameterized-test-examples/
[Test]
[TestCase("chrome", "72.0", "Windows 10")]
[TestCase("internet explorer", "11.0", "Windows 10")]
[TestCase("Safari", "11.0", "macOS High Sierra")]
[TestCase("MicrosoftEdge", "18.0", "Windows 10")]
[Parallelizable(ParallelScope.All)]
public void DuckDuckGo_TestCase_Demo(String browser, String version, String os)
{
String username = "user-name";
String accesskey = "access-key";
String gridURL = "@hub.lambdatest.com/wd/hub";