I got an item by item = client.ItemService.GetItem(itemid);
then the item has a field with type Contact. How can I get it?
if it's a text field I can use var textField = item.Field<Podio.API.Utils.ItemFields.TextItemField>(app.Fields[0].ExternalId)
but for contact I cannot find such a method.