expect class LocationService { suspend fun getUserLocation(): UserLocation? } data class UserLocation(val latitude: Double, val longitude: Double)