internal static void GenXML_Delegated()
 {
     CreateImportFile.Collateral_GenXML_Delegated();
     PO_Dashboard.GoToImportCollateralManualSource();
     PO_ImportManualCollateralSource importPage = new PO_ImportManualCollateralSource();
     importPage.ImportCollateralGenericXML()
         .SaveXML().Import();
     importPage.VerifyFileIsUploaded();
     PO_UTISearch.GoTo(Test.UTI, 100);
     PO_EditEmirTransactionPage emirTransactionPage = new PO_EditEmirTransactionPage();
     emirTransactionPage.GoToCollateralSection();
     emirTransactionPage.VerifyDelegatedCollateralReadyToSend(60);
 }