Gets the value, if any.
public TValue Value { get; }
The value, if any.
The Value will be null if the response content was not JSON or could not be deserialized into an instance of TValue.