public virtual bool IsTrustedConfigPath(string configPath)
 {
     return(host.IsTrustedConfigPath(configPath));
 }