using System; using System.Collections.Generic; using System.Text; namespace GreenTree.Strohrmann.ERP.Services.Geolocator { public class GoogleApiOptions { /// /// The Google provided API key /// public string ApiKey { get; set; } } }