using Journal.Core.Models; namespace Journal.Core.Services.Config; public interface IJournalConfigService { JournalConfig Current { get; } }