Performance RPC Method Invoke Fix
This version adds new performance invokes. All performance RPC invokes now have the "Performance" suffix.
Example:
Old: InvokeClientRpcOnClient(method, stream);
New: InvokeClientRpcOnClientPerformance(method, stream);
The old performance invokes have been made obsolete.