412413414415416417418419420
return notesInterface; } public PoolsInterface getPoolsInterface() { if (poolsInterface == null) { poolsInterface = new PoolsInterface(apiKey, sharedSecret, transport); } return poolsInterface; }