public virtual IEnumerator GetEnumerator()
 {
     return(Iterators.SingletonIterator(Environments.NewConventionBasedEnvironment()));
 }