static void Main()
 {
     Console.Title = "UPnP Forwarder";
     using (var forward = new Forwarder())
     {
         forward.BeginRun();
     }
 }