public ColoredTransaction Get(uint256 txId)
 {
     return(_Repository.Get <ColoredTransaction>(GetId(txId)));
 }