namespace FSO.Server.Database { public class DatabaseConfiguration { public string ConnectionString { get; set; } } }