public void CreateRandom_Byte_should_work() { byte randomValue = CreateRandom.Byte(); Assert.IsNotNull(randomValue); }