public static AndWhichConstraint <TAssertion, VariableDefTestInfo> OfTypes <TAssertion>(this AndWhichConstraint <TAssertion, VariableDefTestInfo> andWhichConstraint, params string[] classNames) => andWhichConstraint.OfTypes(classNames, string.Empty);
public static AndWhichConstraint <TAssertion, VariableDefTestInfo> OfTypes <TAssertion>(this AndWhichConstraint <TAssertion, VariableDefTestInfo> andWhichConstraint, params BuiltinTypeId[] typeIds) => andWhichConstraint.OfTypes(typeIds, string.Empty);