Results 1 issues of G. Stach

Hello, it's a bit disturbing that a NullpointerException is thrown when calling `response.getObject();` Example: ``` ETResponse response = client.retrieve(ETList.class, filter); // assertNotNull(response); ETList etList = response.getObject(); // .... will fail...