public AndSpecification(Specification <T> left, Specification <T> right) { _right = right; _left = left; }