public Octree[] EnumerateOctants_ExpectedValuesAreReturned(Octree octree)
 {
     return octree.EnumerateOctants().ToArray();
 }