.implementWith( EYE.Analysis, new AnalysisAssembler() )
.implementWith( EYE.Doctor, new DoctorAssembler() )
.implementWith( EYE.Eyeball, new EyeballAssembler() )
.implementWith( EYE.Renderer, new RendererAssembler() )
;
eye = new eyeball( constructArgs() ).getEyeball();
}