public static AndConstraint <ObjectAssertions> BeEither(this ObjectAssertions assertions, params object[] expected) { return(assertions.BeEither(expected, string.Empty)); }