namespace Connected.Data.Schema { internal interface IDatabase { List Tables { get; } } }