case strings.HasPrefix(fullApiName, WorkflowServicePrefix):
return workflowServiceMetadata[MethodName(fullApiName)]
return operatorServiceMetadata[MethodName(fullApiName)]
case strings.HasPrefix(fullApiName, NexusServicePrefix):
return nexusServiceMetadata[MethodName(fullApiName)]