ChaosBehaviorStrategy sealed class ChaosBehaviorStrategy : ChaosStrategy Documentation Code public Func<BehaviorGeneratorArguments, ValueTask> Behavior { get; } public Func<OnBehaviorInjectedArguments, ValueTask> OnBehaviorInjected { get; } public ChaosBehaviorStrategy(ChaosBehaviorStrategyOptions options, ResilienceStrategyTelemetry telemetry)