I'm trying to add a route that isn't a Controller
into my NSwag generated Open API document. I tried implementing IDocumentProcessor
but the operations collection there is immutable.
How can I add an additional, non-Controller
operation to the document?