namespace Comal.Classes { public interface IMeetingMotion { string Description { get; set; } MeetingMotionOutcome Outcome { get; set; } } }