internal LocationAssistant()
        {
#if DEBUG
            // Consider mocking when in the emulator.
#endif
            _cache = new LocationCache();
        }
        internal LocationAssistant()
        {
#if DEBUG
            // Consider mocking when in the emulator.
#endif
            _cache = new LocationCache();
        }