public bool IsRegisterType <T>()
 {
     return(_typeResolver.IsRegisterType <T>());
 }