namespace xIds.Constants { public struct ConnectionStringNames { public const string IDENTITY_CONNECTION_NAME = "IdentityDb"; public const string CONFIGURATION_CONNECTION_NAME = "ConfigurationDb"; public const string PRESISTED_GRANTS_CONNECTION_NAME = "PersistedGrantDb"; } }