/// <summary> /// Starts the cleanup process /// </summary> /// <param name="vote"></param> /// <returns></returns> public void EndVote(Vote vote) { vote.Dispose(); }