pub trait LightSystemAccount<'info> { // Required method fn get_light_system_program(&self) -> AccountInfo<'info>; }