public RetryConditionHandle(RetryContext context, RetryCondition condition) { Context = context; Condition = condition; }