public void RandomValueProvider_GetDateTime_should_return_DateTime()
 {
     Assert.IsInstanceOfType(_provider.GetDateTime(), typeof(DateTime));
 }