private Ki GetCurrentKi() { var idx = GetTurn() % PlayerMap.Count; var keyValuePair = PlayerMap.ElementAt(idx); return(keyValuePair.Key); }