namespace Indotalent.Infrastructure.Logging.Serilog; public class SeqLoggerModel { public bool IsUsed { get; set; } public string ServerUrl { get; set; } = string.Empty; }