public async Task DisconnectAndPop()
        {
            await App.Current.OWBLE.Disconnect();

            await Navigation.PopModalAsync();

            IWatch watchService = DependencyService.Get <IWatch>();

            watchService.StopListeningForWatchMessages();
        }