namespace ConsoleApp1.intf { public interface IMessage { DateTime EventDate { get; set; } string Category { get; set; } string Text { get; set; } } }