public void WhenIEnterInTheWebServiceURLField_(string URL)
 {
     if (!BP_IntegrationManagementUtilities.EnterWebServiceURLValue(URL))
     {
         ScenarioContext.Current["Comments"]  = ScenarioContext.Current["Comments"] + "Unable to enter value '" + URL + "' in Web Service URL field.";
         ScenarioContext.Current["ActResult"] = "Failed";
     }
 }