Banned ! You didn't banned the post above you. It's C#, BTW.
There, fixed.
using WindowsCentral.API.Forums;
int Main() {
string banReason = post.getById(13722).getRandomButWorkingBanReason();
if (banReason != null) {
post.getById(13722).Ban(banReason);
} else {
throw new NoValidReasonException;
}
}