return Enumerable.Range(0, 4) .Assert(str => str.Length).Is.LessThan(4);
return Enumerable.Range(0, 4)
.Assert(str => str.Length).Is.LessThan(4);