public virtual bool PrefetchAll(string configPath, string streamName)
 {
     return(host.PrefetchAll(configPath, streamName));
 }