public void CreateRandom_Long_should_work() { long randomValue = CreateRandom.Long(); Assert.IsNotNull(randomValue); }