namespace EDAViewer.Models { public class WithEnvironment { public string message { get; set; } public string user_name { get; set; } public string machine_name { get; set; } public long now_ticks { get; set; } } }