pub trait ArchiveService: Service { // Required method fn send_to_archive(&mut self, data: BlockApplyResult); }