@Test
public void testUnmarshalGetAccountInfoProfile() throws IOException {
BTCChinaGetAccountInfoResponse response = mapper.readValue(getClass().getResource("getAccountInfo.json"), BTCChinaGetAccountInfoResponse.class);
BTCChinaProfile profile = response.getResult().getProfile();
assertProfile(profile);
}