public void Does_One_Way_Conversion()
        {
            var converter = new ExpirationDateConverter();

            Assert.Throws <NotImplementedException>(() => converter.ConvertBack(this, typeof(object), this, CultureInfo.InvariantCulture));
        }