public void DisplayShortInfo(INote note) { Console.ForegroundColor = note.HeaderColor; Console.WriteLine(note.GetShortInfo()); Console.ForegroundColor = DEFAULT_COLOR; }