public void ThenTheClockShouldLookLike(string theExpectedBerlinClockOutput) { Assert.AreEqual(theExpectedBerlinClockOutput, _berlinClockTimeConverter.ConvertFrom(_time)); }