public void Remove(FileSystemComponent child) => _children.Remove(child);
public void Add(FileSystemComponent child) => _children.Add(child);