namespace WebApp.Outlook.Models { public class Channel { public string DisplayName { get; set; } public string Description { get; set; } } }