I have a basic endpoint:
[HttpGet] [MyAttribute] public string Get() { // Do stuff }
And a basic middleware: