namespace AudibleApiDomainService { public class Settings { // identityTokens.json public string IdentityFilePath { get; set; } public string LocaleCountryCode { get; set; } } }