public void Seek(int position) => stream.Seek(position);
public override void Seek(int position) => stream.Seek(position);