namespace CatHasPawsContratcs.Infrastructure; public interface IConfigurationDatabase { string ConnectionString { get; } }