public StepDebuggerBreak(SourceCodeLocation location) : base(location) { }
public DebuggerBreak(SourceCodeLocation location) { Location = location; }