public void CanConvert() { Assert.IsTrue(converter.CanConvert(typeof(ICharacter))); Assert.IsFalse(converter.CanConvert(typeof(Character))); }