OutcomeConstants
using System.Runtime.CompilerServices;
namespace Polly.Simmy.Outcomes
{
internal static class OutcomeConstants
{
[Nullable(1)]
public const string OnOutcomeInjectedEvent = "OnOutcomeInjected";
}
}