2. D
Both A and C create valid routes, but C provides automatic type conversion. If you visit `/client/42/report`, both routes match. However, `` automatically converts `"42"` to the integer `42`, and returns a 404 automatically if the segment is not a valid integer (e.g., `/client/abc/rep