I am having an issue were my trello board won't update from my below code sets the "CurrentCard" to list 4 on my trello board. I looked at Manatee.Trello Moving Cards but i am not sure i am following.
var CurrentCard = Trelloboard.Lists[index].Cards[CardIndex];
CurrentCard.Position = 4;