using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Disco.Web.Areas.Config.Models.Logging { public class TaskStatusModel { public string SessionId { get; set; } } }