public void Put(uint256 txId, ColoredTransaction tx)
 {
     _Repository.Put(GetId(txId), tx);
 }