public Task <ShelfEntity> UpdateEntity(ShelfEntity entity, CancellationToken ct)
 {
     throw new NotImplementedException();
 }
 public Task <bool> AddEntityAsync(ShelfEntity entity, CancellationToken ct)
 {
     throw new NotImplementedException();
 }