When using "GetMatchByID", and setting the "includeTimeline" bool to true, I get a JSON serialization error. Code looks like this:
var mostRecentGame = riotClient.Match.GetMatchById(RiotApiConfig.Regions.NA, MostRecentMatchID, true);
Will update if I can dig out the root cause.