public void RandomStringTest() { int length = 999; var str = UtilRandom.GetRandomString(length); str.Length.Should().Be(length); }