public void CanConvertReturnsTrueForStrings()
 {
     _converter.CanConvert(typeof(string)).Should().BeTrue();
 }