public UnSecureServiceAdapter(IBusinessExceptionManager businessExceptionManager, IBusinessWarningManager businessWarningManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
     ClientServiceLocator.Instance().WarningManager   = businessWarningManager;
 }
 public ServiceAdapter(IBusinessExceptionManager businessExceptionManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
 }