namespace WatchIt.WebAPI.Services.Utility.Configuration.Model; public class ConnectionStrings { public string Default { get; set; } }