using System.Collections.Generic; namespace CTA.Rules.Models { public class WebFormsPortingResult { public List Metrics { get; set; } } }