public override void ConnectionLost(ALConnectionLostEvent evt)
 {
     Console.WriteLine("ADLServiceListener.ConnectionLost");
     if (this.ViewController == null)
     {
         return;
     }
     this.ViewController.ConnectionLost(evt);
 }
 public override void ConnectionLost(ALConnectionLostEvent evt)
 {
     Console.WriteLine("ADLServiceListener.ConnectionLost");
     if (this.ViewController == null) return;
     this.ViewController.ConnectionLost(evt);
 }