public IEntityMap <T> GetEntityMap <T>() where T : TSchema { return(_schemaBuilder.GetEntityMap <T>()); }