public Setup() {
   super(LocalEnvironment.getInstance());
 }
 public IEnvironment getEnvironment() {
   return LocalEnvironment.getInstance();
 }