The following code is intermittently throwing an NPE from [this line](https://github.com/balanced/balanced-java/blob/balancedpayments-1.2/src/main/java/com/balancedpayments/core/Client.java#L174) when listing events. We are using v1.2 of the client. ``` java for (Event event : new Event.Collection(Event.resource_href + "?type=credit.failed")) { ```