getTypedResponseOrNull

open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Account?

A function to resolve the response body by verifying the type of the response and returning a non-null value iff the wrapper and data is the right type. This is desirable due to type erasure.