Can't call hook: OnEconomicsBalanceUpdatedNot An Issue

Hello. I have codes in my plugins. But when I deposit someone in console, the message "hook works" never showed up. Sorry to sound dumb but is there something wrong with my code? Thanks for helping.

[PluginReference] 
        private Plugin Economics;

private void OnEconomicsBalanceUpdated(string playerId, double amount)
        { 
       Puts("hook works");
        }​

 

That is the updated hook for the version found under Updates > database.

Locked automatically