public void Abort(Exception error) { _request.Abort(error); _emptyRequest.Abort(error); _response.Abort(); }