@BeforeClass
 public static void setup() {
   client =
       new AutoRestAzureSpecialParametersTestClientImpl(
           "http://localhost.:3000", new TokenCredentials(null, UUID.randomUUID().toString()));
   client.withSubscriptionId("1234-5678-9012-3456");
 }