public static UPnPService FromSCPD(string SCPDXML)
 {
     UPnPService s = new UPnPService(1);
     s.ParseSCPD(SCPDXML);
     return (s);
 }