public Task <Table> ExistingTableFor(Type type)
 {
     return(_inner.ExistingTableFor(type));
 }