namespace API.Persistence.Services { public class AppConfiguration { public string AccessKey { get; set; } public string SecretKey { get; set; } } }