namespace SQLLinter.Common; public interface IBaseReporter { void Report(string message); }