public ISpan this[int key] { get { return(Spans.ElementAt(key)); } set { throw new InvalidOperationException(); } }