public void ReturnsTrueWhenObjectTypeIsDateFormat()
 {
     converter.CanConvert(typeof(DateFormat)).Should().BeTrue();
 }