protected override IEnumerable <object> DoGetAllInstances(Type serviceType)
 {
     return(ResolutionExtensions.GetAll((IResolutionRoot)this.Kernel, serviceType, new IParameter[0]));
 }