static void Main(string[] args) { UserStatus us = UserStatus.Normal; Console.WriteLine(us.GetRemark()); Console.ReadLine(); }