namespace Connected.Data.Schema;
public interface ISchemaSynchronizationContext
{
Type ConnectionType { get; }
string ConnectionString { get; }
}