Начинающий набор WCF OnGetItems возвращает IEnumerable<KeyValuePair<string,BusinessObject>>
При сериализации становится
<ItemInfoList>
<ItemInfo>
<EditLink>http://localhost:1394/BService.svc/1</EditLink>
<Item>
<Name>Foundations</Name>
</Item>
</ItemInfo>
<ItemInfo>
<EditLink>http://localhost:1394/Service.svc/2</EditLink>
<Item>
<Name>Hitchhikers guide</Name>
</Item>
</ItemInfo>
</ItemInfoList>
Я хочу изменить ItemInfo и ItemInfoList на что-то более разумное, например, имя бизнес-объекта. Как я могу это сделать?