public Computer(ITakeOverStrategy strategy)
 {
     _takeoverStrategy = strategy;
 }