public class ActiveDirectoryItem { public int Id { get; set; } public int ActiveDirectoryId { get; set; } public string Name { get; set; } public string Type { get; set; } }