HashedWheelTimer.TimeoutItem has a finalizer and dispose methods but there are no managed or unmanaged resources associated with this class.
While troubleshooting a memory issue with DataStax Graph I noticed that the TimeoutItem references were taking too long to be cleaned up and removing the IDisposable implementation and the Finalizer improved this.
We should just remove IDisposable and the finalizer from the TimeoutItem class.