public void ResumeAlert()
 {
     AlarmNativeHandler.ResumeSound();
     _alertSoundState = SoundState.Start;
 }