namespace Timeline.Configs { public class DatabaseConfig { public string ConnectionString { get; set; } = default!; } }