using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.DI { public class AzureCosmosFactoryOptions { public string Name { get; set; } public string CosmosConnectionString { get; set; } } }