How do I get swagger api generation to recognise custom attributes outside of `HttpGet` and `ApiController`?
We have a custom API system, with thousands of classes annotated using a custom attributes called OurApiClassAttribute
and OutApiMethodAttribute
.