Is your feature request related to a problem? Please describe.
The tool calls the DeriveName(MethodInfo method, JsonNamingPolicy? policy = null)
function during name serialization. It is expected to use the JsonNamingPolicy
defined in the options as the parameter, but currently this parameter is null
.