public void Add(T element) => _linkedList.AppendHead(element);