namespace Sony.ChartBot.Repository { public class DbConstants { public const string Database = "sonychartbot"; public const string MessageCollection = "messages"; public const string SubscriptionCollection = "subscriptions"; public const string CountrySettingsCollection = "countrysettings"; } }