public AlbumInfo GetAlbumInfo2(int id) { RestCommand command = new RestCommand(); command.MethodName = "getAlbumInfo"; command.AddParameter("id", id); return(AlbumInfo.Create(Client.GetResponseXDocument(command).RealRoot())); }