public void Stop() { if (this.IsEnabled) { IPlatformThreadingInterface threading = Locator.Current.GetService <IPlatformThreadingInterface>(); threading.KillTimer(this.timerHandle); this.timerHandle = null; } }