I am attempting to use Dapper to map to my DTO:
public class MyDto { public int Id { get; set; } public string Code { get; set; } public IDictionary&l