public teaminfo CreateTeam(teaminfo team) { var xml = _wrapper.CreateTeam(team.team_name); return(XmlParseHelper.Parse <teaminfo>(xml)); }