public override string ToSql() => string.Join($" {ConditionType.ToSql()} ", Conditions.Select(x => x.ToSql()));