// Fall back to pattern-based logic as a compatibility path for methods
// whose callers haven't populated the resource_id field yet.
pattern, hasPattern := methodToPattern[methodName]
if !hasPattern {
return namespace.RoutingKey{}
}