return photosInterface;
}
public PhotosetsCommentsInterface getPhotosetsCommentsInterface() {
if (photosetsCommentsInterface == null) {
photosetsCommentsInterface = new PhotosetsCommentsInterface(apiKey, sharedSecret, transport);
}
return photosetsCommentsInterface;
}