public void should_return_a_datetime_prior_to_the_specified_datetime() => ARandom.DateTimeBefore(DateTime.Parse("1/1/2010 2:00:00 PM")) .Should().BeBefore(DateTime.Parse("1/1/2010 2:00:00 PM"));