namespace LocationTrackerApp.Services; /// /// Defines the contract for configuration services /// public interface IConfigurationService { /// /// Gets the Google Maps API key /// string GetGoogleMapsApiKey(); }