public void Append(Chord chord)
        {
            chord.NullCheck();

            this.innerChords.Add(chord);
        }