public void RandomValueProvider_GetFloat_should_return_float()
 {
     Assert.IsInstanceOfType(_provider.GetFloat(), typeof(float));
 }