static void Main(string[] args)
 {
     Computer computer = new Computer();
     computer.Describe();
 }