public IEnumerable <Dto.General.UserDto> TeamParticipants(Dto.Parameters.Selectional.TeamDto team, bool includingSubteams)
 {
     throw new NotImplementedException();
 }
 public Tree <Dto.General.TeamDto> SubteamsTree(Dto.Parameters.Selectional.TeamDto rootTeam)
 {
     throw new NotImplementedException();
 }