360361362363364365366367368
return commentsInterface; } public ContactsInterface getContactsInterface() { if (contactsInterface == null) { contactsInterface = new ContactsInterface(apiKey, sharedSecret, transport); } return contactsInterface; }