namespace ZeroFramework.DeviceCenter.Infrastructure.ConnectionStrings { public interface IConnectionStringProvider { Task GetAsync(string? connectionStringName = null); } }