internal void Initialize()
 {
     this.allJoynBusAttachment = new AllJoynBusAttachment();
     this.producer             = new InternetRadioProducer(this.allJoynBusAttachment);
     this.allJoynBusAttachment.AboutData.DefaultAppName      = Package.Current.DisplayName;
     this.allJoynBusAttachment.AboutData.DefaultDescription  = Package.Current.Description;
     this.allJoynBusAttachment.AboutData.DefaultManufacturer = Package.Current.Id.Publisher;
     this.allJoynBusAttachment.AboutData.SoftwareVersion     = Package.Current.Id.Version.ToString();
     this.allJoynBusAttachment.AboutData.IsEnabled           = true;
     this.producer.Service = this;
     this.producer.Start();
 }
 internal void Initialize()
 {
     this.allJoynBusAttachment = new AllJoynBusAttachment();
     this.producer = new InternetRadioProducer(this.allJoynBusAttachment);
     this.allJoynBusAttachment.AboutData.DefaultAppName = Package.Current.DisplayName;
     this.allJoynBusAttachment.AboutData.DefaultDescription = Package.Current.Description;
     this.allJoynBusAttachment.AboutData.DefaultManufacturer = Package.Current.Id.Publisher;
     this.allJoynBusAttachment.AboutData.SoftwareVersion = Package.Current.Id.Version.ToString();
     this.allJoynBusAttachment.AboutData.IsEnabled = true;
     this.producer.Service = this;
     this.producer.Start();
 }