interface TokenEndorser { function getBySymbol(address _tokenAddress) external view returns ( bytes32 ); }