public GetStakeHoldersRequest()
        {
            this.method  = "coloredCoins.getAssetData";
            this.jsonrpc = "2.0";
            this.id      = "1";

            this.Params = new GetStakeHolderParams();
        }
        public GetStakeHoldersRequest()
        {
            this.method = "coloredCoins.getAssetData";
            this.jsonrpc = "2.0";
            this.id = "1";

            this.Params = new GetStakeHolderParams();
        }