void AssertPosition(int line, int column, params int[] markers)
 {
     AssertList(manager.GetFoldingsFromPosition(line, column), markers);
 }