pub trait TreasuryAccountProvider<Account> {
// Required method
fn get_treasury_account(treasury_account: TreasuryAccount) -> Account;
}
pub trait TreasuryAccountProvider<Account> {
// Required method
fn get_treasury_account(treasury_account: TreasuryAccount) -> Account;
}