public void WriteDeclaration(SourceWriter sourceWriter) { throw new NotImplementedException(); }
public BlockMarker(SourceWriter parent) { _parent = parent; }