/// <summary>
 /// Pops the method name off the asynchronous diagnostic stack.
 /// </summary>
 public override void OnExit(MethodExecutionArgs args)
 {
     AsyncDiagnosticStack.Pop();
 }