Eg: ```csharp if (typeof(IHtmlEncodedString).IsAssignableFrom(type)) { contract.Converter = new StringJsonConverter(); } ```