public override void RemoveAt(TranscriptionIndex index) { ValidateIndexOrThrow(index); if (!index.IsPhraseIndex) { throw new IndexOutOfRangeException("index"); } Phrases.RemoveAt(index.PhraseIndex); }