public T Fetch <T>(Guid id) where T : Dao
 {
     return(_storageAdapter.Fetch <T>(id, _connection, _transaction));
 }