pub type SmallBlockSize = BlockSize<8, 1>;
Block size suitable for sending items one by one, from time to time
Each block will have 8 slots.
pub struct SmallBlockSize;