protected virtual void Dispose(bool disposing) { if (disposed) { return; } if (disposing) { fileStream.Dispose(); } disposed = true; }