9
{
10
public interface IConditionBehavior
11
12
bool ConditionValue { get; set; }
bool ConditionCheck { get; set; }
13
}
14