/api/thing/{someId}/resource, but when I use registerEndpoint in my tests, the calls still seem to both get intercepted and sent to the server, resulting in 404's.registerEndpoint('/api/rest-of-route'), nut because of {someId} this doesn't work and I have to specify the resolved route (i.e http://localhost:5255/api/things/123/resource and I think nust test utils doesn't handle that properly?