public void UnregisterType(Type type)
 {
     _typeResolver.UnRegisterType(type);
 }