If we have an API method such as the following:
[Route("api/v1/things/{Type}")] [HttpGet] public object Get(ThingType Type) { ... } public enum Th