protected override void LoseIntent()
        {
            base.LoseIntent();

            CancellationService.Cancel();
        }
        public override void Dispose()
        {
            base.Dispose();

            CancellationService.Cancel();
        }