private void RegisterBloodPressureMeasurementListener(global::Common.Service.GattService.IGattService service)
 {
     this.BloodPressureServiceHandler.MeasurementNotification += BloodPressureServiceHandler_MeasurementNotification;
 }
 private void RegisterBatteryLevelListener(global::Common.Service.GattService.IGattService service)
 {
     this.BatteryServiceHandler.ValueChangeCompleted += BatteryServiceHandler_ValueChangeCompleted;
 }