Return a response whose result data is this object for the request with the given id.
id
@override Response toResponse(String id) { return Response(id, result: null); }