// Called by Unity once to initialize the class.
 public void Awake( )
 {
     _logger = new Logger(this);
     _logger.Trace("Awake");
 }