protected override UInt64 GetCount()
 {
     return(GetAssetsByAddressDataListNative.keoken_get_assets_by_address_list_count(NativeInstance));
 }
 protected override void DestroyNativeList()
 {
     GetAssetsByAddressDataListNative.keoken_get_assets_by_address_list_destruct(NativeInstance);
 }
 protected override GetAssetsByAddressData GetNthNativeElement(UInt64 n)
 {
     return(new GetAssetsByAddressData(GetAssetsByAddressDataListNative.keoken_get_assets_by_address_list_nth(NativeInstance, n)));
 }