namespace Drab.LocalDb.IoC; public interface ILocalDbConfiguration { public string ConnectionString { get; set; } }