Remove default implementation from ISequence
Default implementations are for abstract objects. Somehow a default implementation for ISequence<TValue>.IEnumerable.GetEnumerator() made its way into the repo. Remove it.
This will require the method be added to five numeric engines that implement the interface.
As part of #40, none of this has made it to a release version, so this isn't a breaking change.