public LapRow GetBestLaprowForUserCompetitor(UserCompetitor userCompetitor)
 {
     return(this.GetBestLaprowForUserCompetitorID(userCompetitor.ID));
 }
 public Tuple <LapRow, LapSectorCell> GetBestLapSectorCellByIndexForUserCompetitor(UserCompetitor userCompetitor, UInt32 indexOfLapSectorCell)
 {
     return(this.GetBestLapSectorCellByIndexForUserCompetitorID(userCompetitor.ID, indexOfLapSectorCell));
 }