}
@Test
public void testGetAccountInfo() {
AtlasAccountInfo accountInfo = accountServiceRaw.getAccountInfo();
assertNotNull(accountInfo);
assertThat(accountInfo.getExposure(), is(equalTo(BigDecimal.ZERO)));
LOGGER.info("Account Info: " + accountInfo);
}