AllCondition
A condition that represents a set of conditions that all must return the result for a result to be returned.
            This is treated effectively as an AND between all conditions added to this.
            Example: Condition1 AND Condition2 AND Condition3 AND Condition 4
            
                
A set of conditions that must all return the results for a result to be returned.