namespace skydiveLogs_api.Model { public class DatabaseOptions { public string ConnectionString { get; set; } } }