/// <summary> /// Gets a list of the on-disk runs of this NTFSFile. Returns null if resident. /// </summary> public IEnumerable <IRun> GetRuns() { return(_stream.GetRuns()); }