private async void OnVibrateWithoutLedClicked(object sender, RoutedEventArgs e)
 {
     await _band.StartVibrateAsync(false);
 }