public void SutYieldsSomething() { var sut = new Fixture(); Assert.True(sut.Any()); Assert.NotEmpty(sut); }