using DigitalData.Modules.Logging; namespace ZUGFeRDRESTService { public interface ILogging { public LogConfig LogConfig { get; set; } } }