/// <summary>
 /// Pushes the method name onto the asynchronous diagnostic stack.
 /// </summary>
 public override void OnEntry(MethodExecutionArgs args)
 {
     AsyncDiagnosticStack.Push(_methodName);
 }