def get_response(self, restore_state): return get_case_payload(restore_state)
def get_response(self, restore_state): if restore_state.use_clean_restore: return get_case_payload(restore_state) else: return _batched_response(restore_state)