public ServiceHandler(Looper looper, StickyIntentService sis)
     : base(looper)
 {
     this.sis = sis;
 }
 public ServiceHandler(Looper looper, StickyIntentService sis)
     : base(looper)
 {
     this.sis = sis;
 }