namespace OpenChatApi.Models { public class MongoDBSettings { public string ConnectionString { get; set; } } }