/// <summary> /// Exits the <see cref="NestedScope"/> created by calling <see cref="M:EnterNestedScope"/>. /// </summary> public void Dispose() { _context.ExitNestedScope(); }