using System.Collections.Generic; namespace CodeLiturgy.Data.Application { public class SiteEnvironment { public string Id { get; set; } public List Sites { get; set; } } }