public bool CanResolve <T>() where T : class
 {
     return(innerContainer.ComponentExists <T>());
 }