namespace yavscTests.Settings { public class DbConnectionSettings { public string DatabaseCtor { get; set; } public string Default { get; set; } } }