internal CubesEnumerator(CubeCollectionInternal cubes)
 {
     this.cubes        = cubes;
     this.currentIndex = -1;
 }
 internal CubeCollection(AdomdConnection connection)
 {
     this.cubeCollectionInternal = new CubeCollectionInternal(connection);
 }