public DbAbstraction(DbImplementor imp) { implementor = imp; }
public DbRefinedAbstraction(DbImplementor imp) : base(imp) { }