diagnosing problems is this fails
* @return a dual pane UI.
* @throws Exception
*/
public static DualPaneUIVersion1 createDualPaneUI( final DualPaneUIInteractionVersion1 interaction, boolean showDebugInfo ) throws Exception {
return new DualPaneUIWrapper( interaction );
}