/// <summary> /// Fives the match. /// </summary> /// <param name="managerId">The manager id.</param> /// <returns></returns> public LadderMatchEntityListResponse GetMatchList(Guid managerId) { return(proxy.GetMatchList(managerId)); }