namespace System { static class AppContextSwitches { public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource = true; public static readonly bool SetActorAsReferenceWhenCopyingClaimsIdentity = false; public static readonly bool NoAsyncCurrentCulture = false; } }