public void CanConvert() { Assert.IsTrue(converter.CanConvert(typeof(IAccount))); Assert.IsFalse(converter.CanConvert(typeof(Account))); }