namespace Shared; public interface IFeedback { List Messages { get; } void Print(string message, int color); }