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