internal static void GenXML_Delegated()
 {
     CreateImportFile.Valuation_GenXML_Delegated();
     PO_Dashboard.GoToImportValuationManualSource();
     PO_ImportManualValuationSource importPage = new PO_ImportManualValuationSource();
     importPage.ImportValuationGenericXML()
         .SaveXML().Import();
     importPage.VerifyFileIsUploaded();
     PO_UTISearch.GoTo(Test.UTI, 50);
     PO_EditEmirTransactionPage emirTransactionPage = new PO_EditEmirTransactionPage();
     emirTransactionPage.GoToValuationSection();
     emirTransactionPage.VerifyDelegatedValuationFileIsImported(60);
 }