string IInternalConfigConfigurationFactory.NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo)
 {
     return BaseConfigurationRecord.NormalizeLocationSubPath(subPath, errorInfo);
 }