public Response CheckThing(OptionsBag options = default) => null;
// TODO - Does this need to be non-default? public Response DoThing(RequestContent body, OptionsBag options = default) => null;