using System.Collections.Generic; namespace PortingAssistant.Client.Model { public class Recommendations { public List RecommendedActions { get; set; } } }