480481482483484485486487488
return tagsInterface; } public TestInterface getTestInterface() { if (testInterface == null) { testInterface = new TestInterface(apiKey, sharedSecret, transport); } return testInterface; }