namespace Serilog.Sinks.LogView.Core.Logging; public interface ILogDataStoreCore { public ILogDataStore DataStore { get; } }