public virtual bool IsFile(string streamName)
 {
     return(host.IsFile(streamName));
 }