IRemoteStream IStreamManager.OpenRemote(StreamID streamID, LockMode lockMode)
 {
     return(StreamManager.OpenRemote(streamID, lockMode));
 }