using System; public interface IMessagePrinter { String Message { get; set; } void PrintMessage(); }