using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace MSHO.Collection.Service { public class SystemLogSource { public const string MSHO_Collection_Service = "MSHO.Collection.Service"; public int Status { get;set; } } }