public SensorbergShowcaseAdvertisementBackgroundTask()
 {
     BackgroundWorker = new AdvertisementWatcherBackgroundWorker();
 }
 public AdvertisementBackgroundTask()
 {
     worker = new AdvertisementWatcherBackgroundWorker();
     worker.BeaconActionResolved += (sender, action) => { Debug.Write("Action resolved: " + action.PayloadString); };
 }