Fixes the rest of the dispatcher not found issue.
Azure Functions Python Worker is using a Protobuf version of 3.12
Customer could break our worker code by brining a Protobuf package < 3.8.0
Issue Protobuf < 3.8.0: protocolbuffers/protobuf#6028
Fix released Protobuf >= 3.8.0: protocolbuffers/protobuf@0de6577
image

We should use the backward compatible syntax in worker RpcLogCategory.
Tracking issue for rollout for fix of #725
@Hazhzeng please keep on updating this issue as the fix for this rolls out.