pub type OperationSet = HashMap<OperationId, Operation<()>>;
pub struct OperationSet { /* private fields */ }