using System.Threading.Tasks; namespace SharedLibraryCore.Interfaces; public interface IGeoLocationService { Task Locate(string address); }