ResultListIntermediateFormattedAppendTokenizedResultList Method
When a Result List is tokenized (returned from the rest API in chuncks of 50), its common that ResultListIntermediateFormatted
is initialize with only the first chunck of results. This function allows the user to append additional tokenized ResultList
to this instance. It assumes the user is passing in the same ResultList, just with a different tokenized chunk of result list items.
The caller may wish to call .ReSort() on the Result List prior to calling .AppendTokenizedREsultList().
This is an exstension method that checks to see if the status of the Result List is official, but remains sorted by
projected ranking (happens when the orion user closes match too soon).