public Guid ReadGuid(int length)
 {
     return(_inputStream.ReadGuid(length));
 }