public AuthorizationServerHost()
        {
            // Use our custom nonce/symmetric key store, which will store the keys and nonces to the database
            this.databaseKeyNonceStore = new DatabaseKeyNonceStore();

            // Create the database context
            this.db = new OAuth2ServerDbContext();
        }
        public AuthorizationServerHost()
        {
            // Use our custom nonce/symmetric key store, which will store the keys and nonces to the database
            this.databaseKeyNonceStore = new DatabaseKeyNonceStore();

            // Create the database context
            this.db = new OAuth2ServerDbContext();
        }