ChaosFaultConstants
using System.Runtime.CompilerServices;
namespace Polly.Simmy.Fault
{
    [System.Runtime.CompilerServices.NullableContext(1)]
    [System.Runtime.CompilerServices.Nullable(0)]
    internal static class ChaosFaultConstants
    {
        public const string DefaultName = "Chaos.Fault";
        public const string OnFaultInjectedEvent = "Chaos.OnFault";
    }
}