public static string ReadSourceSpan(this IDocumentReader reader, SourceSpan span, PythonAst ast)
 => reader.ReadLinearSpan(span.ToIndexSpan(ast));
 public static string ReadRange(this IDocumentReader reader, Range range, PythonAst ast)
 => reader.ReadLinearSpan(range.ToIndexSpan(ast));