Called when an AMI response is received.
@override void onReadResponse(Response response) { _responseStream?.add(response); super.onReadResponse(response); }