I want to map the following 2 types:
public class ExternalProduct { public string Title { get; set; } // more properties... } public class Product