public void RandomValueProvider_GetULong_should_return_ulong()
 {
     Assert.IsInstanceOfType(_provider.GetULong(), typeof(ulong));
 }