/// <summary> /// Header section /// Hint: Don't repeat yourself, by encapsulating this logic /// you can reuse it anywhere throughout your application /// </summary> public static void Header() { WriterHelper.RedText("=", 119); WriterHelper.CyanText("Time Tracker App", null); WriterHelper.RedText("=", 119); }