var options = new JsonSerializerOptions(); var client = new RestClient(BaseURL, configureSerialization: s=> s.UseSystemTextJson(options));
Should do it.