private static void Main(string[] args) { TestEnum test = new TestEnum(); test.GetWeekDays(); test.GetWeekDayMessage(); Console.ReadKey(); }