Construct a response to send to the client.
The id must be the same as the Request to which the server is responding, and can be numeric, string, or null.
The ID of this response. This matches the relevant request.
The return value(s) of the method executed.
T = The type of the response ID.
See Implementation
Construct a response to send to the client.
The id must be the same as the Request to which the server is responding, and can be numeric, string, or null.