I have a classes Type1 and Type2 that looks like this
public Class Type1{ public string Key {get; set; } public string Value {get; set; } } public Clas