BehaviorChaosStrategy sealed class BehaviorChaosStrategy : MonkeyStrategy Documentation Code public Func<BehaviorActionArguments, ValueTask> Behavior { get; } public Func<OnBehaviorInjectedArguments, ValueTask> OnBehaviorInjected { get; } public BehaviorChaosStrategy(BehaviorStrategyOptions options, ResilienceStrategyTelemetry telemetry)