public deleteteamresult DeleteTeam(string team_id) { var xml = _wrapper.DeleteTeam(team_id); return(XmlParseHelper.Parse <deleteteamresult>(xml)); }