How do you deal with named `Get` routes when you already have a route with a param in the same controller ``` @Get('/product/details') .... @Get('/product/:id') ... ```