namespace PARR.EsppApi.Settings { internal class EsppOrderSettings { public string Url { get; set; } = string.Empty; //login, pass //todo: add othe } }